Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Oct 29, 2024
1 parent 2a35962 commit 3fd0fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars_process/models/model_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ModelMap(models.Model):
action = fields.Selection(
selection=[
("display", "Display"),
("dataframe", "Dataframe"),
("import", "Import data"),
],
default="display",
tracking=True,
Expand Down

0 comments on commit 3fd0fb4

Please sign in to comment.