mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Remove superfluous __all__
This commit is contained in:
parent
7d6ef5b7c6
commit
e3d282d0d4
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
# coding=utf-8
|
||||
__all__ = ["DelugeRPCError"]
|
||||
|
||||
|
||||
class DelugeRPCError(Exception):
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# coding=utf-8
|
||||
__all__ = ["DelugeRPCRequest", "DelugeRPCResponse"]
|
||||
|
||||
|
||||
class DelugeRPCRequest(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue