Skip to content

Commit 538836d

Browse files
committed
Add missing test import
1 parent d2079f7 commit 538836d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/test/test_org_subs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import requests
2-
3-
from .conftest import API_PREFIX
2+
import time
43
from uuid import uuid4
54

5+
from .conftest import API_PREFIX
66

77
new_subs_oid = None
88
new_subs_oid_2 = None

0 commit comments

Comments
 (0)