Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5ea5e4c6 authored by Bruno Guillon's avatar Bruno Guillon
Browse files

fix typing

parent ac07fb2f
No related branches found
No related tags found
No related merge requests found
Pipeline #1028562 passed
...@@ -42,7 +42,7 @@ class Tokenizer(sqlTokenizer): ...@@ -42,7 +42,7 @@ class Tokenizer(sqlTokenizer):
return dbname.format(name=name) return dbname.format(name=name)
else: else:
get_target_database_for_attach = schema_strategy get_target_database_for_attach = cast(Callable[[str], str], schema_strategy)
self.get_target_database_for_attach = get_target_database_for_attach self.get_target_database_for_attach = get_target_database_for_attach
super().__init__(**kwargs) super().__init__(**kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment