Browse Source

fix linter warnings: unused imports

Fabian Peter Hammerle 5 years ago
parent
commit
54205cdfc4
3 changed files with 3 additions and 4 deletions
  1. 3 0
      .pylintrc
  2. 0 2
      tests/test_annotation.py
  3. 0 2
      tests/test_main.py

+ 3 - 0
.pylintrc

@@ -0,0 +1,3 @@
+[MESSAGES CONTROL]
+
+disable=missing-docstring

+ 0 - 2
tests/test_annotation.py

@@ -1,5 +1,3 @@
-import os
-
 from freesurfer_surface import Annotation
 
 from conftest import ANNOTATION_FILE_PATH

+ 0 - 2
tests/test_main.py

@@ -4,8 +4,6 @@ import subprocess
 import typing
 import unittest.mock
 
-import pytest
-
 from freesurfer_surface.__main__ import annotation_labels
 
 from conftest import ANNOTATION_FILE_PATH