Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
turalpb committed Jun 2, 2021
1 parent 376f502 commit 3644965
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __pycache__/

# C extensions
*.so

.vscode
# Distribution / packaging
.Python
build/
Expand Down
1 change: 0 additions & 1 deletion fastapi_crudrouter/core/gino_starlette.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ async def route(
model: self.update_schema, # type: ignore
) -> Model:
try:
print("PKK")
db_model: Model = await self._get_one()(item_id)
async with self.db.transaction():
model = model.dict(exclude={self._pk})
Expand Down
1 change: 0 additions & 1 deletion tests/test_integration/test_backend_not_installed.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def test_virtualenv(virtualenv):


if __name__ == "__main__":
# print("OKKK")
from fastapi_crudrouter import (
DatabasesCRUDRouter,
GinoCRUDRouter,
Expand Down

0 comments on commit 3644965

Please sign in to comment.