Skip to content

Commit

Permalink
make flake happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsung-Ju Lii committed Aug 24, 2023
1 parent 6ad4f3a commit 9c98443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ class DummyModelDTO(BaseModel):
@classmethod
def parse_object_id(cls, document_id: ObjectId) -> str:
"""
Validator for turning an incoming `ObjectId` into a
json serializable `str`.
Validator that converts `ObjectId` to json serializable `str`.
:param document_id: Bson Id for this document.
:return: The converted str.
"""
return str(document_id)
{%- endif %}
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ pytest-env = "^0.6.2"
Faker = "^8.14.0"
pytest-xdist = {version = "^2.5.0", extras = ["psutil"]}
requests = "^2.28.1"
pynvim = "^0.4.3"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit 9c98443

Please sign in to comment.