Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused imports
  • Loading branch information
ikonst committed Jan 27, 2023
commit c43a01a1edbf33550be71750fe955d7fe0f9399a
2 changes: 0 additions & 2 deletions pynamodb/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
"""
PynamoDB exceptions
"""
from dataclasses import dataclass
from typing import Any
from typing import Dict
from typing import Iterable
from typing import List
from typing import Optional
from typing_extensions import Literal

import botocore.exceptions

Expand Down