Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sovraska committed Dec 21, 2023
1 parent 75b2089 commit 347bb18
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/api/endpoints/examination.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,6 @@ async def create_examination(
session: AsyncSession = Depends(get_async_session)
):
"""Создать Examination"""













await check_name_duplicate(examination.name, examination_crud, session)
return await examination_crud.create(
obj_in=examination, session=session
Expand Down

0 comments on commit 347bb18

Please sign in to comment.