Skip to content

Commit f2470fc

Browse files
committed
update pyprojec.toml
1 parent 5449c62 commit f2470fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30-
"License :: OSI Approved :: BSD License",
3130
"Topic :: Utilities",
3231
"Topic :: Software Development :: Libraries :: Python Modules",
3332
"Topic :: Scientific/Engineering :: GIS",

src/pyubxutils/ubxsimulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
utc2itow,
6666
)
6767

68-
from pyubxutils.globals import EARTH_RADIUS, UBXSIMULATOR, TTY_PROTOCOL
68+
from pyubxutils.globals import EARTH_RADIUS, TTY_PROTOCOL, UBXSIMULATOR
6969

7070
DEFAULT_INTERVAL = 1000 # milliseconds
7171
DEFAULT_TIMEOUT = 3 # seconds

0 commit comments

Comments
 (0)