Ruff: use I rule for isort (#1410)

Ruff: use I rule for isort
This commit is contained in:
Jirka Borovec
2024-04-30 00:41:58 +02:00
committed by GitHub
parent 086a2ed17f
commit 0c2ebfd6e1
78 changed files with 301 additions and 247 deletions

View File

@@ -1,9 +1,10 @@
from opendevin import config
from opendevin.schema import ConfigType
from opendevin.action import fileop
from pathlib import Path
import pytest
from opendevin import config
from opendevin.action import fileop
from opendevin.schema import ConfigType
def test_resolve_path():