mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
pyupgrade --py37-plus **/*.py (#1445)
This commit is contained in:
@@ -80,7 +80,7 @@ class GapiTest(unittest.TestCase):
|
||||
]
|
||||
self.empty_items_response = {'items': []}
|
||||
|
||||
super(GapiTest, self).setUp()
|
||||
super().setUp()
|
||||
|
||||
def test_call_returns_basic_200_response(self):
|
||||
response = gapi.call(self.mock_service, self.mock_method_name)
|
||||
|
||||
Reference in New Issue
Block a user