Skip to content

Commit

Permalink
Sort imports in errors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pkhalaj authored Dec 5, 2024
1 parent ac7ffe4 commit 2ac10c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trolldb/errors/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
specifically. See :obj:`trolldb.database.errors` as an example on how to achieve this.
"""

from collections import OrderedDict
import sys
from collections import OrderedDict
from typing import ClassVar, NoReturn, Self

from fastapi import Response
Expand Down

0 comments on commit 2ac10c8

Please sign in to comment.