Skip to content

Commit

Permalink
Base1xModel: Add missing type return
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Nov 22, 2024
1 parent 960e5ee commit 2c5ff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvsfunc/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Base1xModel:
_model_filename = ''
"""Filename of the model."""

def __str__(self):
def __str__(self) -> str:
return self.__class__.__name__

@inject_self
Expand Down

0 comments on commit 2c5ff5c

Please sign in to comment.