Skip to content

Commit

Permalink
tests: fix "overlapping routes" infra import order
Browse files Browse the repository at this point in the history
  • Loading branch information
eckter committed Jan 16, 2024
1 parent a8a784a commit 8da82fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/infra-scripts/overlapping_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
from dataclasses import dataclass
from typing import Any, List

from railjson_generator import (
Direction,
InfraBuilder,
get_output_dir,
)
from railjson_generator import Direction, InfraBuilder, get_output_dir

OUTPUT_DIR = get_output_dir()

Expand Down

0 comments on commit 8da82fe

Please sign in to comment.