Skip to content

Commit 1c312b4

Browse files
committed
Remove unused pyactiveresource imports
1 parent f2afa6c commit 1c312b4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/application_credit_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import shopify
22
import json
33
from test.test_helper import TestCase
4-
from pyactiveresource.activeresource import ActiveResource
54

65
class ApplicationCreditTest(TestCase):
76
def test_get_application_credit(self):

test/fulfillment_event_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import shopify
22
from test.test_helper import TestCase
3-
from pyactiveresource.activeresource import ActiveResource
43

54
class FulFillmentEventTest(TestCase):
65
def test_get_fulfillment_event(self):
@@ -21,4 +20,3 @@ def test_error_on_incorrect_status(self):
2120
fulfillment_event = shopify.FulfillmentEvent.find(12584341209251, order_id='2776493818019', fulfillment_id='2608403447971')
2221
fulfillment_event.status = incorrect_status
2322
fulfillment_event.save()
24-

0 commit comments

Comments
 (0)