Skip to content

Commit 017044d

Browse files
committed
Revert "jira initial pr"
This reverts commit 04b0d8f.
1 parent 04b0d8f commit 017044d

File tree

9 files changed

+2
-362
lines changed

9 files changed

+2
-362
lines changed

apps/jira_utils/__init__.py

Whitespace-only changes.

apps/jira_utils/get_jira_information.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

apps/jira_utils/utils.py

Lines changed: 0 additions & 137 deletions
This file was deleted.

apps/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def all_python_files() -> Iterable[str]:
8080
for root, _, files in os.walk(os.path.abspath(os.curdir)):
8181
if [_dir for _dir in exclude_dirs if _dir in root]:
8282
continue
83-
LOGGER.info(root)
83+
8484
for filename in files:
8585
if filename.endswith(".py") and filename != os.path.split(__file__)[-1]:
8686
yield os.path.join(root, filename)

example.jira.cfg

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)