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 authored and regisb committed Dec 8, 2023
1 parent 6d12b7f commit a1a2c3c
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
@@ -1,2 +1 @@
__version__ = "16.0.0"

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

from . import cli
from .__about__ import __version__

# Handle version suffix in nightly mode, just like tutor core
if __version_suffix__:
Expand Down

0 comments on commit a1a2c3c

Please sign in to comment.