Skip to content

Commit fa62d01

Browse files
style: format code with Black
This commit fixes the style issues introduced in c2e7319 according to the output from Black. Details: None
1 parent c2e7319 commit fa62d01

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Initialize PyPI Package"""
2-
#pylint: disable=import-error, invalid-name
2+
3+
# pylint: disable=import-error, invalid-name
34

45
__all__ = ["main"]

__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Main entry point for the application."""
2-
#pylint: disable=import-error, invalid-name
2+
3+
# pylint: disable=import-error, invalid-name
34

45
from main import ProgramVer
56

0 commit comments

Comments
 (0)