Skip to content

Commit 8056eca

Browse files
jeff-hykingithub-actions[bot]
authored andcommitted
CI code cleanup
1 parent 0bd3622 commit 8056eca

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

dimos/mapping/occupancy/path_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from dimos.mapping.occupancy.types import NavigationStrategy
1615
from dimos.mapping.occupancy.gradient import voronoi_gradient
1716
from dimos.mapping.occupancy.inflation import simple_inflate
1817
from dimos.mapping.occupancy.operations import overlay_occupied, smooth_occupied
18+
from dimos.mapping.occupancy.types import NavigationStrategy
1919
from dimos.msgs.nav_msgs.OccupancyGrid import OccupancyGrid
2020

2121

dimos/mapping/occupancy/types.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright 2026 Dimensional Inc.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
115
from typing import Literal, TypeAlias
216

317
NavigationStrategy: TypeAlias = Literal["simple", "mixed"]

dimos/robot/cli/test_cli_startup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
import sys
2323
import time
2424

25-
import pytest
26-
2725
# CI runners are slower — give generous headroom but still catch gross regressions.
2826
HELP_TIMEOUT_SECONDS = 8
2927

0 commit comments

Comments
 (0)