Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
FSadrieh committed Nov 11, 2024
1 parent ab36dca commit 57bdab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/staff/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from collections import OrderedDict, defaultdict, namedtuple
from collections.abc import Container
from dataclasses import dataclass
from datetime import date, datetime, timedelta
from datetime import date, datetime
from enum import Enum
from typing import Any, Final, Literal, cast

Expand Down

0 comments on commit 57bdab1

Please sign in to comment.