Skip to content

Commit c508c05

Browse files
committed
fixed import failure
1 parent 1c58b4a commit c508c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socketdev/core/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import requests
33
from socketdev.core.classes import Response
44
from socketdev.exceptions import APIKeyMissing, APIFailure, APIAccessDenied, APIInsufficientQuota, APIResourceNotFound
5-
from socketdev.version import __version__
5+
from socketdev import __version__
66

77

88
class API:

0 commit comments

Comments
 (0)