File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def run(schema: GraphQLSchema, config: dict):
53
53
config .get ('generation' )['generate_datetime' ] = config .get ('generation' ).get ('generate_datetime' ) or config .get ('generation' ).get ('field_for_creation_date' ) or config .get ('generation' ).get ('field_for_last_update_date' )
54
54
55
55
# check if Date exists, or should be added
56
- # If it already exists (in the excpected way, we handle it as if we added it
56
+ # If it already exists (in the expected way, we handle it as if we added it
57
57
config .get ('generation' )['generate_date' ] = date_control (schema , config .get ('generation' ).get ('generate_date' ))
58
58
59
59
# check if DateTime exists, or should be added
@@ -294,7 +294,6 @@ def date_control(schema, config: dict):
294
294
return False
295
295
296
296
297
-
298
297
if __name__ == '__main__' :
299
298
parser = argparse .ArgumentParser ()
300
299
parser .add_argument ('--input' , type = str , required = True ,
You can’t perform that action at this time.
0 commit comments