Skip to content

Commit

Permalink
make isort happy
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed May 30, 2024
1 parent 811b9a3 commit 158fca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiodynamo/errors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
from dataclasses import dataclass
from typing import Any, Dict, Optional, List
from typing import Any, Dict, List, Optional


@dataclass(frozen=True)
Expand Down

0 comments on commit 158fca7

Please sign in to comment.