used isort + black
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
# https://pypi.org/project/music-helper/
|
||||
import warnings
|
||||
import re
|
||||
import hashlib
|
||||
|
||||
from cryptography.hazmat.backends import default_backend
|
||||
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
|
||||
import re
|
||||
import warnings
|
||||
|
||||
from attrs import define
|
||||
from cryptography.hazmat.backends import default_backend
|
||||
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
|
||||
|
||||
from .track_formats import TrackFormat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user