Skip to content
Snippets Groups Projects
Commit f9824abe authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

tests: remove unused os package import

os package is imported by every test script but only used by
a few, thus flake8 check reported errors.
parent 13d61b5c
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 20 deletions
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
ACCEPTED_ERROR = 20
......
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
......
......@@ -7,7 +7,6 @@
# directory for more details.
from __future__ import print_function
import os
import sys
ACCEPTED_ERROR = 20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment