Skip to content

Commit

Permalink
pylint advisory
Browse files Browse the repository at this point in the history
  • Loading branch information
semuadmin committed Dec 6, 2024
1 parent 01aebf8 commit 0f20fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyubxutils/ubxbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _config_fixed(self, queue: Queue) -> int:
"""

print(
f"Fixed position format {("ECEF","LLH")[self._postype]}, {self._fixedpos}, "
f"Fixed position format {('ECEF','LLH')[self._postype]}, {self._fixedpos}, "
f"accuracy limit {self._acclimit}cm ..."
)
layers = 1
Expand Down

0 comments on commit 0f20fd0

Please sign in to comment.