Skip to content

Commit

Permalink
fix type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Oct 29, 2024
1 parent b9717e3 commit cce9026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executorlib/standalone/cache/queue.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from typing import List, Optional
from typing import List, Optional, Union

from pysqa import QueueAdapter

Expand Down

0 comments on commit cce9026

Please sign in to comment.