Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 532cbf9

Browse files
committed
test fix
1 parent 5a815f9 commit 532cbf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/test_base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
from collections import OrderedDict
22

33
import mock
4-
import pytest
54

6-
from paperspace.commands import CommandBase
5+
from paperspace.commands.common import CommandBase
76

87
output_response = ""
98

0 commit comments

Comments
 (0)