Skip to content

Commit 77e6ef4

Browse files
committed
Apply black formatting
1 parent e0f5b17 commit 77e6ef4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

shopify/yamlobjects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ class YAMLHashWithIndifferentAccess(yaml.YAMLObject):
1515
def from_yaml(cls, loader, node):
1616
return loader.construct_mapping(node, cls)
1717

18-
1918
except ImportError:
2019
pass

test/base_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_setting_with_user_and_pass_strips_them(self):
107107
url="https://this-is-my-test-show.myshopify.com/admin/shop.json",
108108
method="GET",
109109
body=self.load_fixture("shop"),
110-
headers={"Authorization": u"Basic dXNlcjpwYXNz"},
110+
headers={"Authorization": "Basic dXNlcjpwYXNz"},
111111
)
112112
API_KEY = "user"
113113
PASSWORD = "pass"

0 commit comments

Comments
 (0)