Skip to content

Commit 5a55f04

Browse files
committed
Fixes flake8 issues.
1 parent 5cbaf82 commit 5a55f04

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

mwcli/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__version__ = "0.0.2"
33
__author__ = "Aaron Halfaker"
44
__author_email__ = "[email protected]"
5-
__description__ = "A set of utilities for processing MediaWiki on the command line."
5+
__description__ = "Utilities for processing MediaWiki on the command line."
66
__license__ = "MIT"
77
__url__ = "https://github.com/mediawiki-utilities/python-mwcli"
88

mwcli/files/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
from .functions import (concat, reader, writer, output_dir_path,
1+
from .functions import (concat, reader, writer, output_dir_path,
22
normalize_path, normalize_dir)
3+
4+
__all__ = (concat, reader, writer, output_dir_path,
5+
normalize_path, normalize_dir)

0 commit comments

Comments
 (0)