locator/base.py: flake8

This commit is contained in:
Teemu Ikonen
2023-06-04 22:33:30 +03:00
parent 05b18b3402
commit 3c7aa67871

View File

@@ -5,5 +5,3 @@ class LocatorBase(object):
async def locate(self, observation, hint=None, **kwargs):
raise NotImplementedError