Skip to content

Commit 3625af1

Browse files
committed
2 parents 195b1af + 429f9b4 commit 3625af1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
python -m pip install flake8 pytest
31-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3231
- name: Lint with flake8
3332
run: |
3433
# stop the build if there are Python syntax errors or undefined names

filexdb/collection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def find(self, query=None, limit=None) -> List[Document]:
216216
_result += _doc
217217
else:
218218
_result = _result
219+
219220
self._reset_cursor()
220221

221222

0 commit comments

Comments
 (0)