Skip to content

Commit

Permalink
Fix for CI pipeline
Browse files Browse the repository at this point in the history
Not sure why `import concurrent` works for me...
  • Loading branch information
naegelejd committed Dec 16, 2024
1 parent 32e3cce commit 6dd68ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import annotations

import concurrent
import concurrent.futures
import glob
import hashlib
import os
Expand Down

0 comments on commit 6dd68ae

Please sign in to comment.