Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
afred committed Jul 11, 2023
1 parent 097d2b2 commit b816fca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chowda/routers/sony_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
router = APIRouter(prefix='/sony_ci')


@router.post("/sync", tags=["sony ci", "sync"])
@router.post('/sync', tags=['sony ci', 'sync'])
async def sony_ci_sync():
print('\n\nHERE!!!\n\n')
return {'foo': 'bar'}

0 comments on commit b816fca

Please sign in to comment.