Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alena-hutchinson committed Dec 19, 2024
1 parent b3e4afa commit 9896b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion great_expectations/expectations/metrics/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def get_sqlalchemy_column_metadata( # noqa: C901
for column in columns_copy
]
else:
return columns_copyg
return columns_copy
return columns
except AttributeError as e:
logger.debug(f"Error while introspecting columns: {e!r}", exc_info=e)
Expand Down

0 comments on commit 9896b0d

Please sign in to comment.