We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfc1b0 commit c4b24d8Copy full SHA for c4b24d8
airtable/airtable.py
@@ -37,7 +37,7 @@ def create_payload(data):
37
return {'fields': data}
38
39
40
-class Airtable():
+class Airtable:
41
def __init__(self, base_id, api_key):
42
self.airtable_url = API_URL % API_VERSION
43
self.base_url = os.path.join(self.airtable_url, base_id)
0 commit comments