Skip to content

Commit

Permalink
Correct linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Nov 9, 2023
1 parent 03c0d9f commit d5f4dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/src/tiledbsoma/_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def write(
if not pa.types.is_dictionary(col.type):
raise ValueError(
"Expected dictionary type for enumerated attribute "
f"{name} but saw {col_info.type}"
f"{name} but saw {col.type}"
)

enmr = self._handle.enum(attr.name)
Expand Down

0 comments on commit d5f4dc5

Please sign in to comment.