Skip to content

Commit

Permalink
clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
araghukas committed Jan 18, 2024
1 parent 4c2e47e commit c5bdaff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/slurm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
"""Tests for the SLURM executor plugin."""

import os
from copy import deepcopy
from functools import partial
from pathlib import Path
from unittest import mock

import aiofiles
import pytest
from covalent._results_manager.result import Result
from covalent._shared_files.config import get_config, set_config
from covalent._workflow.transport import TransportableObject
from covalent.executor.utils.wrappers import wrapper_fn

Expand Down

0 comments on commit c5bdaff

Please sign in to comment.