Skip to content

Commit cf69ad7

Browse files
committed
fix: temp edit to reset workflow
1 parent ca7c927 commit cf69ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transfers/well_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
ADDED = []
7575

7676
# these fields are excluded when the CreateWell model is dumped to a dict for Thing creation
77-
# these fields are still validated by the CreateWell model, but they are stored in related tables rather than as fields on the Thing itself
77+
# these fields are still validated by the CreateWell model, but they're stored in related tables rather than as fields on the Thing itself
7878
# so they need to be excluded when creating the Thing record
7979
EXCLUDED_FIELDS = [
8080
"location_id",

0 commit comments

Comments
 (0)