Skip to content

Commit

Permalink
Removed PubSub code
Browse files Browse the repository at this point in the history
  • Loading branch information
crushr3sist committed May 18, 2023
1 parent 69927e4 commit c5b5c56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 193 deletions.
2 changes: 0 additions & 2 deletions ipfshttpclient/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
from . import name
from . import object
from . import pin
from . import pubsub
from . import repo
#TODO: `from . import stats`
from . import swarm
Expand Down Expand Up @@ -186,7 +185,6 @@ def close(self): # Call this when you're done
name = base.SectionProperty(name.Section)
object = base.SectionProperty(object.Section)
pin = base.SectionProperty(pin.Section)
pubsub = base.SectionProperty(pubsub.Section)
repo = base.SectionProperty(repo.Section)
swarm = base.SectionProperty(swarm.Section)
unstable = base.SectionProperty(unstable.Section)
Expand Down
191 changes: 0 additions & 191 deletions ipfshttpclient/client/pubsub.py

This file was deleted.

0 comments on commit c5b5c56

Please sign in to comment.