We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b150b commit 993a3abCopy full SHA for 993a3ab
1 file changed
irods_http_client/irods_http_client.py
@@ -1,7 +1,5 @@
1
"""Main client module for iRODS HTTP API interactions."""
2
3
-import logging
4
-
5
import requests
6
7
from irods_http_client import common
@@ -14,8 +12,6 @@
14
12
from irods_http_client.user_group_operations import UsersGroups
15
13
from irods_http_client.zone_operations import Zones
16
17
-logger = logging.getLogger(__name__)
18
19
20
class IRODSHTTPClient:
21
"""HTTP client for interacting with iRODS via REST API."""
0 commit comments