linting issues (wrong import order)

This commit is contained in:
Niko 2025-03-05 08:46:34 +01:00 committed by GitHub
parent c28725aea8
commit b56295084f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,8 +9,8 @@ import os
import warnings
from types import TracebackType
import urllib3
import requests
import urllib3
import spotipy