Skip to content

Commit

Permalink
chore: cleanup with isort and black
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Nov 18, 2023
1 parent d2f6d93 commit d06c34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion tutorwebui/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@

if __version_suffix__:
__version__ += "-" + __version_suffix__

3 changes: 2 additions & 1 deletion tutorwebui/plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from tutor import hooks as tutor_hooks
from .__about__ import __version__

from . import cli
from .__about__ import __version__

tutor_hooks.Filters.CLI_COMMANDS.add_items(
[
Expand Down

0 comments on commit d06c34b

Please sign in to comment.