Skip to content

Commit

Permalink
Remove unused imports from unneeded error checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mbillow committed Feb 14, 2021
1 parent f079d72 commit 818cc38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion feeder/api/routers/feeder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import logging
import datetime
from typing import List
from sqlite3 import IntegrityError

import pytz
from fastapi import HTTPException
Expand Down

0 comments on commit 818cc38

Please sign in to comment.