Private GIT

Skip to content
Snippets Groups Projects
Commit 8fc0e91b authored by labrys's avatar labrys
Browse files

PEP 8: Optimize imports

parent 17a2a94b
Branches
Tags
No related merge requests found
......@@ -46,11 +46,11 @@ Methods
# pylint: disable=line-too-long
import sys
from collections import namedtuple
import logging
import os.path
import sys
import unittest
import logging
from collections import namedtuple
sys.path.insert(1, os.path.abspath(os.path.join(os.path.dirname(__file__), '../lib')))
sys.path.insert(1, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment