Skip to content

Commit

Permalink
clean: remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joszamama committed Feb 10, 2025
1 parent 3401c25 commit b5a9392
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/testslices.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#!/usr/bin/env pytest

import os
import shlex
import shutil
import subprocess
import unittest
from pathlib import Path

from fandango.cli import get_parser


class TestSlices(unittest.TestCase):
TEST_DIR = Path(__file__).parent / "resources"
Expand Down

0 comments on commit b5a9392

Please sign in to comment.