Skip to content

Commit

Permalink
Removed None as attribute type until we're sure we need it
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdp committed Sep 14, 2023
1 parent f09f1bc commit 2fd5ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/types/well_completion_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Dict, List, Optional, Union


WellCompletionAttributeType = Union[str, int, bool, None]
WellCompletionAttributeType = Union[str, int, bool]


class Completions(BaseModel):
Expand Down

0 comments on commit 2fd5ee7

Please sign in to comment.