Skip to content

Commit 8bee45f

Browse files
black formatting again
1 parent 896e89a commit 8bee45f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/benchmarks/test_osworld.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import importlib.util
12
import tempfile
23
from pathlib import Path
34
from unittest.mock import patch
45

56
import pytest
6-
import importlib.util
77

88
spec = importlib.util.find_spec("desktop_env")
99
if spec is None:
@@ -18,6 +18,7 @@
1818
OsworldEnvArgs,
1919
OsworldGym,
2020
)
21+
2122
DESKTOP_ENV_AVAILABLE = True
2223

2324

0 commit comments

Comments
 (0)