Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Nov 15, 2024
1 parent b0aeba3 commit 4341b09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions launchable/test_runners/flutter.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import json
import pathlib
from pathlib import Path
from typing import Dict, Generator, List, Optional

import click
from pathlib import Path

from launchable.commands.record.case_event import CaseEvent
from launchable.testpath import FilePathNormalizer
from . import launchable

from . import launchable

FLUTTER_FILE_EXT = "_test.dart"

Expand Down Expand Up @@ -227,4 +228,4 @@ def record_tests(client, reports):


subset = launchable.CommonSubsetImpls(__name__).scan_files('*.dart')
split_subset = launchable.CommonSplitSubsetImpls(__name__).split_subset()
split_subset = launchable.CommonSplitSubsetImpls(__name__).split_subset()

0 comments on commit 4341b09

Please sign in to comment.