Skip to content

Commit b53e7cb

Browse files
committed
Remove unused imports
1 parent 425f562 commit b53e7cb

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

exonetapi/RequestBuilder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"""
22
Build requests to send to the API.
33
"""
4-
import json
5-
import warnings
6-
74
import requests
85

96
from exonetapi.structures import ApiResourceSet

exonetapi/structures/ApiResource.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
"""
22
Work with API resources.
33
"""
4-
import warnings
5-
64
import exonetapi.RequestBuilder
75
from exonetapi.structures.ApiResourceIdentifier import ApiResourceIdentifier
86

0 commit comments

Comments
 (0)