Skip to content

Commit

Permalink
Fixed spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lasersPew committed Jun 17, 2024
1 parent d3b005c commit 6cf5c53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mangadex/people.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import

import datetime
from typing_extensionsimport Dict, List, Union, Any
from typing_extensions import Dict, List, Union, Any

from dateutil.parser import parse
from typing_extensions import Self
Expand Down
2 changes: 1 addition & 1 deletion mangadex/series.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import

import datetime
from typing_extensionsimport Dict, List, Union
from typing_extensions import Dict, List, Union

from dateutil.parser import parse
from typing_extensions import Self
Expand Down
2 changes: 1 addition & 1 deletion mangadex/url_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Url handler module
"""
import json
from typing_extensionsimport Dict, Union, Any
from typing_extensions import Dict, Union, Any

import requests

Expand Down

0 comments on commit 6cf5c53

Please sign in to comment.