We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5449c62 commit f2470fcCopy full SHA for f2470fc
pyproject.toml
@@ -27,7 +27,6 @@ classifiers = [
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
29
"Programming Language :: Python :: 3.13",
30
- "License :: OSI Approved :: BSD License",
31
"Topic :: Utilities",
32
"Topic :: Software Development :: Libraries :: Python Modules",
33
"Topic :: Scientific/Engineering :: GIS",
src/pyubxutils/ubxsimulator.py
@@ -65,7 +65,7 @@
65
utc2itow,
66
)
67
68
-from pyubxutils.globals import EARTH_RADIUS, UBXSIMULATOR, TTY_PROTOCOL
+from pyubxutils.globals import EARTH_RADIUS, TTY_PROTOCOL, UBXSIMULATOR
69
70
DEFAULT_INTERVAL = 1000 # milliseconds
71
DEFAULT_TIMEOUT = 3 # seconds
0 commit comments