Skip to content

Commit

Permalink
Remove unused datetime import
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Aug 2, 2021
1 parent c9d04e5 commit 84cb7b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webqueue2api/parser/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import email
from email.policy import Policy
import re
import datetime
from dateutil.parser import parse
from dateutil import tz
from typing import Union
Expand Down

0 comments on commit 84cb7b4

Please sign in to comment.