Skip to content

Commit

Permalink
Fixing sharded regexp pattern config (#5861)
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es authored Sep 7, 2022
1 parent d15518f commit f9917ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def sharded_table_pattern_is_a_valid_regexp(cls, v):
raise ConfigurationError(
f"sharded_table_pattern configuration pattern is invalid. The exception was: {e}"
)
return
return v

0 comments on commit f9917ea

Please sign in to comment.