summaryrefslogtreecommitdiff
path: root/_test/test_program_config.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_program_config.py')
-rw-r--r--_test/test_program_config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/_test/test_program_config.py b/_test/test_program_config.py
index 7974ffc..dcd8351 100644
--- a/_test/test_program_config.py
+++ b/_test/test_program_config.py
@@ -1,8 +1,8 @@
-import pytest
+import pytest # NOQA
-import ruamel.yaml
-from roundtrip import round_trip, dedent
+# import ruamel.yaml
+from roundtrip import round_trip
class TestProgramConfig: