Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranvasudev committed Nov 8, 2024
1 parent 98a6b55 commit ab6ff15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/utilities/test_plugins.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
import inspect
import shutil
import unittest
from pathlib import Path
from unittest.mock import patch
import os
import importlib.util

import jinja2

from dagger.utilities.module import Module
from dagger import conf

TESTS_ROOT = Path(__file__).parent.parent

Expand Down

0 comments on commit ab6ff15

Please sign in to comment.