summaryrefslogtreecommitdiff
path: root/poezio/core/__init__.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-11-12 15:03:09 +0100
committermathieui <mathieui@mathieui.net>2017-11-12 15:03:09 +0100
commitd55cc5872503567775f0d7a7731d6f489bf2299b (patch)
tree725f9e7b8144d36054447b3c82edfb45bda8df1d /poezio/core/__init__.py
parent92496db823db34f7f7fb1ab31eaef093a707c3e8 (diff)
downloadpoezio-d55cc5872503567775f0d7a7731d6f489bf2299b.tar.gz
poezio-d55cc5872503567775f0d7a7731d6f489bf2299b.tar.bz2
poezio-d55cc5872503567775f0d7a7731d6f489bf2299b.tar.xz
poezio-d55cc5872503567775f0d7a7731d6f489bf2299b.zip
yapf -ir
Diffstat (limited to 'poezio/core/__init__.py')
-rw-r--r--poezio/core/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/poezio/core/__init__.py b/poezio/core/__init__.py
index 0c6d63d9..cfe4c179 100644
--- a/poezio/core/__init__.py
+++ b/poezio/core/__init__.py
@@ -5,4 +5,3 @@ __all__ = ['Core', 'Command', 'Status']
from poezio.core.core import Core
from poezio.core.structs import Command, Status
-