Skip to content

Commit

Permalink
improve: BaseConfig class render method
Browse files Browse the repository at this point in the history
  • Loading branch information
khodedawsh committed Aug 7, 2024
1 parent 99fc160 commit cb61f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2share/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class BaseConfig(ABC):
@abstractmethod
def render(self) -> str:
def render(self, sort: bool, shuffle: bool) -> str:
pass

@abstractmethod
Expand Down

0 comments on commit cb61f2b

Please sign in to comment.