This commit is contained in:
Teemu Ikonen
2023-02-20 17:19:06 +02:00
parent dd2b2acbef
commit ce02fd3367
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
"""CellId database resolver."""
from .cellidresolver import CellIdResolver
from .cellidresolver import CellIdResolver # noqa: F401

View File

@@ -423,7 +423,7 @@ class ClusteringLocator(LocatorBase):
async def cluster_wifi(self, observation, hint=None):
def found_enough(lookups):
"""Return True if there are enough (found) lookups for locating"""
"""Return True if there are enough (found) lookups for locating."""
# Stop resolving after this many APs are found
min_strongs = 3 # APs with signal > WIFI_MIN_SIGNAL
min_total = 5