Skip to content

Commit

Permalink
delete unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyschlatter committed Aug 16, 2024
1 parent 25c3b30 commit 3facafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_emborg.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import pytest
import re
from inform import is_str, Color, Error, dedent, indent
from shlib import Run, cd, cp, cwd, ln, lsf, mkdir, rm, set_prefs, to_path, touch
from shlib import Run, cd, cp, ln, lsf, mkdir, rm, set_prefs, to_path, touch
from voluptuous import Schema, Optional, Required, Any


Expand Down

0 comments on commit 3facafd

Please sign in to comment.