Skip to content

Commit

Permalink
removed unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
astro-friedel committed Dec 3, 2024
1 parent af51f0e commit 9ed699d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsl/monitoring/db_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import queue
import threading
import time
from typing import Any, Dict, List, Optional, Set, Tuple, TypeVar, Union, cast
from typing import Any, Dict, List, Optional, Set, Tuple, TypeVar, cast

import typeguard

Expand Down

0 comments on commit 9ed699d

Please sign in to comment.