Skip to content

Commit

Permalink
Fix escape sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sasatani committed Feb 2, 2025
1 parent 32bf4da commit 2283cd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mio/models/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ class InteractiveDisplayConfig(BaseModel):
)



class DenoiseConfig(MiniscopeConfig, ConfigYAMLMixin):
"""
Configuration for denoising a video.
Expand Down
2 changes: 1 addition & 1 deletion mio/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

CONFIG_ID_PATTERN = r"[\w\-\/#]+"
"""
Any alphanumeric string (\w), as well as
Any alphanumeric string (\\w), as well as
- ``-``
- ``/``
- ``#``
Expand Down

0 comments on commit 2283cd3

Please sign in to comment.