Skip to content

Commit

Permalink
Update robyn/openapi.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sanskar Jethi <[email protected]>
  • Loading branch information
VishnuSanal and sansyrox authored Oct 31, 2024
1 parent 6b31a15 commit d50c5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robyn/openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class OpenAPI:

info: OpenAPIInfo = field(default_factory=OpenAPIInfo)
openapi_spec: dict = field(init=False)
openapi_file_override: bool = False # denotes whether running in the pre-configured file mode or not.
openapi_file_override: bool = False # denotes whether there is an override or not.

def __post_init__(self):
"""
Expand Down

0 comments on commit d50c5ca

Please sign in to comment.