mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
style: auto-fix linting issues
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bb747096c8
commit
534d0317b1
1 changed files with 1 additions and 5 deletions
|
|
@ -48,11 +48,7 @@ class TestResolveImport:
|
|||
"Validator.validateRequest",
|
||||
"../middlewares/Validator",
|
||||
"export default class Validator { validateRequest() {} }",
|
||||
) == (
|
||||
"default",
|
||||
"Validator",
|
||||
"Validator.validateRequest",
|
||||
)
|
||||
) == ("default", "Validator", "Validator.validateRequest")
|
||||
|
||||
def test_static_method(self) -> None:
|
||||
assert _resolve_import("Utils.formatDate", "../utils/Utils") == ("named", "Utils", "Utils.formatDate")
|
||||
|
|
|
|||
Loading…
Reference in a new issue