Skip to content

Commit

Permalink
chore: sort imports with isort
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Nov 18, 2023
1 parent c636db0 commit 6e2387a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tutorminio/plugin.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from __future__ import annotations

import os
import typing as t
from glob import glob
from typing import Literal

import pkg_resources

from tutor import hooks as tutor_hooks

from .__about__ import __version__
Expand Down

0 comments on commit 6e2387a

Please sign in to comment.