Skip to content

Commit

Permalink
remove Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
neumark committed Aug 4, 2022
1 parent c60b233 commit 924e033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitgraph/cloud/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class AddExternalRepositoryRequest(BaseModel):
credential_data: Optional[Dict[str, Any]]
schedule: Optional[IngestionSchedule]
initial_private: bool = False
tunnel: Optional[bool] = False
tunnel: bool = False

@classmethod
def from_external(
Expand Down

0 comments on commit 924e033

Please sign in to comment.