Skip to content

Commit dd2cdb3

Browse files
committed
Formatting
1 parent da9edc2 commit dd2cdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidalapi/media.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from abc import abstractmethod
2626
from datetime import datetime, timedelta
2727
from enum import Enum
28-
from typing import TYPE_CHECKING, List, Optional, Union, cast, Dict
28+
from typing import TYPE_CHECKING, Dict, List, Optional, Union, cast
2929

3030
import dateutil.parser
3131

0 commit comments

Comments
 (0)