Skip to content

Commit

Permalink
api: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
R2ZER0 committed Feb 19, 2024
1 parent 63b2972 commit dc41c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/api/org/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Optional, List
from typing import Optional
from dataclasses import dataclass
from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned
from django.db.models.query import QuerySet
Expand Down

0 comments on commit dc41c7f

Please sign in to comment.