Browse Source

Removing unused imports

pull/4/head
Ryan Reed 2 years ago
parent
commit
cf4f22e91d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      tests/test_transpose.py

+ 1
- 2
tests/test_transpose.py View File

@ -1,9 +1,8 @@
import json import json
import pathlib import pathlib
import pytest import pytest
import shutil
from transpose import Transpose, version, DEFAULT_CACHE_FILENAME
from transpose import Transpose
from transpose.exceptions import TransposeError from transpose.exceptions import TransposeError
from .utils import ( from .utils import (


Loading…
Cancel
Save