We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa46b7a commit a6eba04Copy full SHA for a6eba04
redshift_sqlalchemy/dialect.py
@@ -67,7 +67,7 @@ def post_create_table(self, table):
67
68
sortkey = info.get('sortkey', None)
69
if sortkey:
70
- if isinstance(sortkey, basestring):
+ if isinstance(sortkey, str):
71
keys = (sortkey,)
72
else:
73
keys = sortkey
0 commit comments