Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/backend/app/models/TrafficFlowObserved.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) 2025 Green Wave Team
#
Copy link

Copilot AI Dec 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 2 should be just # without a trailing space to match the license header format used consistently across all other Python files in the project (e.g., AirQualityObserved.py, Building.py, main.py).

Suggested change
#
#

Copilot uses AI. Check for mistakes.
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT

from __future__ import annotations

from typing import List, Optional, Union
Expand Down
Loading