Skip to content

Commit

Permalink
Mod: Clean AC item type code, remove sphinx version in dev requiremen…
Browse files Browse the repository at this point in the history
…ts to keep compatibility with python 3.7.
  • Loading branch information
Labbeti committed Jan 5, 2024
1 parent 4dc7879 commit a9334de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ click==8.0.4
black==22.10.0
ipykernel==6.9.1
twine==4.0.1
sphinx==7.2.6
sphinx
sphinx-press-theme==0.8.0
2 changes: 1 addition & 1 deletion src/aac_datasets/datasets/audiocaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
pylog = logging.getLogger(__name__)


class AudioCapsItem(TypedDict, total=True):
class AudioCapsItem(TypedDict):
r"""Class representing a single AudioCaps item."""

# Common attributes
Expand Down

0 comments on commit a9334de

Please sign in to comment.