Skip to content

Commit

Permalink
fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Dec 14, 2024
1 parent 3975ad9 commit c5ee86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/incident/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from collections import Counter, defaultdict
from datetime import datetime
from typing import ForwardRef, List, Optional
from typing import List, Optional

from pydantic import validator, Field, AnyHttpUrl

Expand Down

0 comments on commit c5ee86f

Please sign in to comment.