Skip to content

Commit

Permalink
isort fix
Browse files Browse the repository at this point in the history
  • Loading branch information
508chris committed Jan 18, 2025
1 parent c41943d commit bcd1550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import json
import unittest
import unittest.mock as mock
from unittest.mock import mock_open
import urllib.parse as urllibparse
from unittest.mock import mock_open

from spotipy import SpotifyImplicitGrant, SpotifyOAuth, SpotifyPKCE
from spotipy.cache_handler import MemoryCacheHandler
Expand Down

0 comments on commit bcd1550

Please sign in to comment.