Browse Source

Removing unnecessary contextmanager

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

+ 0
- 1
tests/test_transpose.py View File

@ -15,7 +15,6 @@ from .utils import (
) )
@setup_store()
def test_init(): def test_init():
t = Transpose( t = Transpose(
target_path=TARGET_DIR, target_path=TARGET_DIR,


Loading…
Cancel
Save