Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Chatterjee committed Dec 4, 2023
1 parent 25e3d5a commit 62f5139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import json
import re
from typing import Any, Iterable, List, Mapping, MutableMapping, Optional, Tuple
from abc import ABC, abstractmethod
from abc import ABC
from urllib.parse import parse_qsl, urlparse
from datetime import datetime, timedelta

Expand Down

0 comments on commit 62f5139

Please sign in to comment.