Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 8190094

Browse files
committed
Don't use future.
1 parent 0fb5779 commit 8190094

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_5_oauth2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# pylint: disable=no-self-use,missing-docstring
2-
from future.backports.urllib.parse import parse_qs
3-
from future.backports.urllib.parse import urlparse
42

53
import json
4+
from urllib.parse import urlparse, parse_qs
65

76
import pytest
87

0 commit comments

Comments
 (0)