We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69927e4 + a9f6d49 commit acac2b5Copy full SHA for acac2b5
ipfshttpclient/client/__init__.py
@@ -36,7 +36,6 @@
36
from . import name
37
from . import object
38
from . import pin
39
-from . import pubsub
40
from . import repo
41
#TODO: `from . import stats`
42
from . import swarm
@@ -186,7 +185,6 @@ def close(self): # Call this when you're done
186
185
name = base.SectionProperty(name.Section)
187
object = base.SectionProperty(object.Section)
188
pin = base.SectionProperty(pin.Section)
189
- pubsub = base.SectionProperty(pubsub.Section)
190
repo = base.SectionProperty(repo.Section)
191
swarm = base.SectionProperty(swarm.Section)
192
unstable = base.SectionProperty(unstable.Section)
ipfshttpclient/client/pubsub.py
test/functional/test_pubsub.py
0 commit comments