8000 Fixed flake. · masteringmatplotlib/architecture@55c2e97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55c2e97

Browse files
committed
Fixed flake.
1 parent 937e35f commit 55c2e97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/modutil.py

+2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ def ls(*args):
6565
command = ["ls -al"] + list(args)
6666
print(output_filter(run_cmd(*command)))
6767

68+
6869
@typecheck
6970
def rm(*args):
7071
command = ["rm"] + list(args)
7172
run_cmd(*command)
7273

74+
7375
__all__ = ["shorten", "make_colors", "ls", "rm"]
7476
del lru_cache, typecheck, nx

0 commit comments

Comments
 (0)
0