File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1765,7 +1765,7 @@ def adapt( # type: ignore
17651765 kw ["_disable_warnings" ] = True
17661766 return super ().adapt (impltype , ** kw )
17671767
1768- def _should_create_constraint (self , compiler : Compiled , kw : Any ) -> bool :
1768+ def _should_create_constraint (self , compiler : Compiled , ** kw : Any ) -> bool :
17691769 if not self ._is_impl_for_variant (compiler .dialect , kw ):
17701770 return False
17711771 return (
@@ -1909,7 +1909,7 @@ def bind_processor(
19091909 self , dialect : Dialect
19101910 ) -> Optional [_BindProcessorType [_T ]]:
19111911 impl_processor = self .impl_instance .bind_processor (dialect )
1912- dumps = self .pickler .dusmps
1912+ dumps = self .pickler .dumps
19131913 protocol = self .protocol
19141914 if impl_processor :
19151915 fixed_impl_processor = impl_processor
You can’t perform that action at this time.
0 commit comments