Skip to content

Commit 56ad311

Browse files
committed
[core,gsi] small corrections
1 parent 4161c51 commit 56ad311

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/geocompy/communication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def __enter__(self) -> SerialConnection:
299299

300300
def __exit__(
301301
self,
302-
exc_type: BaseException,
302+
exc_type: type[BaseException],
303303
exc_value: BaseException,
304304
exc_tb: TracebackType
305305
) -> None:

src/geocompy/gsi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
----------
1919
2020
- ``geocompy.gsi.gsidata``
21+
- ``geocompy.gsi.gsiformat``
2122
- ``geocompy.gsi.gsitypes``
2223
"""

0 commit comments

Comments
 (0)