Run isort

This commit is contained in:
Daniel Hahler
2019-03-01 14:23:52 +01:00
parent 75e1fde668
commit 0d31e852b1
13 changed files with 0 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
import argparse
import pathlib
HERE = pathlib.Path(__file__).parent
TEST_CONTENT = (HERE / "template_test.py").read_bytes()