Skip to content

Commit 6c12205

Browse files
committed
Fix wrong License header
Thanks fly to @Marenz for catching this. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent bd502a0 commit 6c12205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/timeseries/test_resampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tests/timeseries/test_resampling.py:93: License: MIT
1+
# License: MIT
22
# Copyright © 2022 Frequenz Energy-as-a-Service GmbH
33

44
"""

tests/utils/_a_sequence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tests/timeseries/test_resampling.py:93: License: MIT
1+
# License: MIT
22
# Copyright © 2022 Frequenz Energy-as-a-Service GmbH
33

44
"""Helper class to compare two sequences without caring about the underlying type."""

0 commit comments

Comments
 (0)