Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Dec 13, 2024
1 parent 3687df6 commit 6c221aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@

import os
import sys
from typing import TYPE_CHECKING
if TYPE_CHECKING:
import argparse
import argparse

import moulinette
from moulinette import m18n
Expand Down

0 comments on commit 6c221aa

Please sign in to comment.