summaryrefslogtreecommitdiff
path: root/tests/test_climat2.py
diff options
context:
space:
mode:
authorjvoisin2018-04-04 23:18:38 +0200
committerjvoisin2018-04-04 23:18:38 +0200
commit9fa76c4c2038a776cc94af5d9f307bbaad52083c (patch)
tree1441744b7f92d15c7e4c50c7e893e76a8b017c82 /tests/test_climat2.py
parentd830760d4f0fb0884490060014b4a73df9e77b3e (diff)
Remove some unused imports
Diffstat (limited to 'tests/test_climat2.py')
-rw-r--r--tests/test_climat2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_climat2.py b/tests/test_climat2.py
index 31827f7..f395001 100644
--- a/tests/test_climat2.py
+++ b/tests/test_climat2.py
@@ -1,6 +1,5 @@
1import unittest 1import unittest
2import subprocess 2import subprocess
3import os
4 3
5 4
6class TestHelp(unittest.TestCase): 5class TestHelp(unittest.TestCase):