Skip to content

Commit 4af88a8

Browse files
committed
Remove monkey patch for invoke
1 parent cf11edb commit 4af88a8

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

monkey_patch_invoke.py

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

tasks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
from invoke import Context, task
66
from invoke.exceptions import UnexpectedExit
77

8-
import monkey_patch_invoke as _ # noqa: F401
9-
108

119
def get_pep8_compliant_name(project_name: str) -> str:
1210
return project_name.replace('-', '_')

0 commit comments

Comments
 (0)