Skip to content

Commit 4666f9e

Browse files
committed
Patch regex error.
1 parent a34e881 commit 4666f9e

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/core/stac_fastapi/core/models

1 file changed

+1
-1
lines changed

stac_fastapi/core/stac_fastapi/core/models/patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from pydantic import BaseModel, computed_field, model_validator
77

8-
regex = re.compile(r"([^.' ]*:[^.'[ ]]*)\.?")
8+
regex = re.compile(r"([^.' ]*:[^.'[ ]*)\.?")
99

1010

1111
class ESCommandSet:

0 commit comments

Comments
 (0)