Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Sep 29, 2023
1 parent 5818327 commit 7552c73
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions covalent/_shared_files/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,15 @@
import inspect
import socket
from datetime import timedelta
from typing import TYPE_CHECKING, Any, Callable, Dict, Set, Tuple
from typing import Any, Callable, Dict, Set, Tuple

import cloudpickle
from pennylane._device import Device

from . import logger
from .config import get_config
from .pickling import _qml_mods_pickle

if TYPE_CHECKING:
from pennylane._device import Device

app_log = logger.app_log
log_stack_info = logger.log_stack_info

Expand Down

0 comments on commit 7552c73

Please sign in to comment.