Skip to content

Commit c5b5c56

Browse files
committed
Removed PubSub code
1 parent 69927e4 commit c5b5c56

File tree

2 files changed

+0
-193
lines changed

2 files changed

+0
-193
lines changed

ipfshttpclient/client/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
from . import name
3737
from . import object
3838
from . import pin
39-
from . import pubsub
4039
from . import repo
4140
#TODO: `from . import stats`
4241
from . import swarm
@@ -186,7 +185,6 @@ def close(self): # Call this when you're done
186185
name = base.SectionProperty(name.Section)
187186
object = base.SectionProperty(object.Section)
188187
pin = base.SectionProperty(pin.Section)
189-
pubsub = base.SectionProperty(pubsub.Section)
190188
repo = base.SectionProperty(repo.Section)
191189
swarm = base.SectionProperty(swarm.Section)
192190
unstable = base.SectionProperty(unstable.Section)

ipfshttpclient/client/pubsub.py

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)