Skip to content

Commit

Permalink
fix: category not matching prior patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonKoenig committed Nov 14, 2024
1 parent ca09369 commit 4a48261
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Table(
*/
@Pure
@PythonName("from_columns")
@Category(DataScienceCategory.DataImport)
@Category(DataScienceCategory.UtilitiesQConversion)
static fun fromColumns(
columns: union<Column, List<Column>>
) -> table: Table
Expand Down

0 comments on commit 4a48261

Please sign in to comment.