Skip to content

Commit

Permalink
fix: solve some isort issues with the import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-i-am committed Apr 1, 2024
1 parent 2044d05 commit af765d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tutordistro/commands/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from tutordistro.commands.enable_private_packages import enable_private_packages
from tutordistro.commands.enable_themes import enable_themes
from tutordistro.commands.repository_validator import repository_validator
from tutordistro.commands.syntax_validator import syntax_validator
from tutordistro.commands.run_extra_commands import run_extra_commands
from tutordistro.commands.syntax_validator import syntax_validator


@click.group(help="Run distro commands")
Expand Down
4 changes: 1 addition & 3 deletions tutordistro/commands/run_extra_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
from tutor import config as tutor_config

from tutordistro.distro.extra_commands.application.commands_runner import CommandsRunner
from tutordistro.distro.extra_commands.infrastructure.tutor_commands import (
TutorCommandManager,
)
from tutordistro.distro.extra_commands.infrastructure.tutor_commands import TutorCommandManager


@click.command(name="run-extra-commands", help="Run tutor commands")
Expand Down

0 comments on commit af765d2

Please sign in to comment.