Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
FSadrieh committed Oct 29, 2024
1 parent a1a9e4c commit 3510f04
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 3510f04

Please sign in to comment.