Skip to content

Commit

Permalink
fix: Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Jul 25, 2024
1 parent dc06b4f commit d0154bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/dataset/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class DataSet(db.Model):

def name(self) -> str:
return self.ds_meta_data.title

def description(self) -> str:
return self.ds_meta_data.description

Expand Down

0 comments on commit d0154bd

Please sign in to comment.