Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix py37
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jun 26, 2023
1 parent b8c6dea commit 92c4436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/rest/client/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
# limitations under the License.
import time
import urllib.parse
from typing import Any, Collection, Dict, List, Literal, Optional, Tuple, Union
from typing import Any, Collection, Dict, List, Optional, Tuple, Union
from unittest.mock import Mock
from urllib.parse import urlencode

import pymacaroons
from typing_extensions import Literal

from twisted.test.proto_helpers import MemoryReactor
from twisted.web.resource import Resource
Expand Down

0 comments on commit 92c4436

Please sign in to comment.