Skip to content

Commit acac2b5

Browse files
authored
chore: remove tests for old pubsub
2 parents 69927e4 + a9f6d49 commit acac2b5

File tree

3 files changed

+0
-277
lines changed

3 files changed

+0
-277
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.

test/functional/test_pubsub.py

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

0 commit comments

Comments
 (0)