Skip to content

Commit 4e1fe60

Browse files
committed
remove redundant modules
1 parent f53fe4d commit 4e1fe60

File tree

3 files changed

+10
-241
lines changed

3 files changed

+10
-241
lines changed

docs/pygpsclient.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,14 @@ pygpsclient.mapquest module
188188
:undoc-members:
189189
:show-inheritance:
190190

191+
pygpsclient.mapquest\_handler module
192+
------------------------------------
193+
194+
.. automodule:: pygpsclient.mapquest_handler
195+
:members:
196+
:undoc-members:
197+
:show-inheritance:
198+
191199
pygpsclient.menu\_bar module
192200
----------------------------
193201

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ disable = """
134134

135135
[tool.pytest.ini_options]
136136
minversion = "7.0"
137-
addopts = "--cov --cov-report html --cov-fail-under 17"
137+
addopts = "--cov --cov-report html --cov-fail-under 18"
138138
pythonpath = ["src"]
139139
testpaths = ["tests"]
140140

@@ -145,7 +145,7 @@ source = ["src"]
145145
source = ["src"]
146146

147147
[tool.coverage.report]
148-
fail_under = 17
148+
fail_under = 18
149149

150150
[tool.coverage.html]
151151
directory = "htmlcov"

src/pygpsclient/mapquest.py

Lines changed: 0 additions & 239 deletions
This file was deleted.

0 commit comments

Comments
 (0)