summaryrefslogtreecommitdiff
path: root/shared-bindings/gnss/SatelliteSystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/gnss/SatelliteSystem.c')
-rw-r--r--shared-bindings/gnss/SatelliteSystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/gnss/SatelliteSystem.c b/shared-bindings/gnss/SatelliteSystem.c
index 3405021d4..2fd785f0a 100644
--- a/shared-bindings/gnss/SatelliteSystem.c
+++ b/shared-bindings/gnss/SatelliteSystem.c
@@ -29,7 +29,7 @@
//| class SatelliteSystem:
//| """Satellite system type"""
//|
-//| def __init__(self):
+//| def __init__(self) -> None:
//| """Enum-like class to define the satellite system type."""
//|
//| GPS: SatelliteSystem = ...