Browse Source

Run formatter with make

main
Luke Murphy 3 years ago
parent
commit
e5077105b8
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      etherpump/api/__init__.py
  2. 1081
      etherpump/commands/pull.py

2
etherpump/api/__init__.py

@ -11,7 +11,7 @@ from etherpump.commands.gethtml import main as gethtml # noqa
from etherpump.commands.gettext import main as gettext # noqa
from etherpump.commands.index import main as index # noqa
from etherpump.commands.init import main # noqa
from etherpump.commands.init import main as init # noqa
from etherpump.commands.init import main as init
from etherpump.commands.list import main as list # noqa
from etherpump.commands.listauthors import main as listauthors # noqa
from etherpump.commands.publication import main as publication # noqa

1081
etherpump/commands/pull.py

File diff suppressed because it is too large
Loading…
Cancel
Save