mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
fix whitespaces according to flake8
This commit is contained in:
parent
3172b30d98
commit
1c5530dca4
@ -114,4 +114,3 @@ class Calibrator:
|
||||
def calibrate(self):
|
||||
self._walk_calibrate()
|
||||
self._rotate_calibrate()
|
||||
|
||||
|
@ -68,4 +68,3 @@ class Recorder:
|
||||
pickle.dump(data, file)
|
||||
file.close()
|
||||
FullAuto.state = State.NONE
|
||||
|
||||
|
@ -92,4 +92,3 @@ if __name__ == '__main__':
|
||||
# noinspection PyTypeChecker
|
||||
fisher = SemiFisherEngine(None)
|
||||
fisher.toggle_start()
|
||||
|
||||
|
@ -16,6 +16,7 @@ class State(Enum):
|
||||
FIGHT = 14
|
||||
DEAD = 15
|
||||
|
||||
|
||||
Colors = {
|
||||
State.IDLE : [255, 255, 255],
|
||||
State.LOOKAWAY : [ 76, 0, 76],
|
||||
|
@ -76,6 +76,7 @@ def _get_current_version():
|
||||
index = "https://pypi.python.org/simple"
|
||||
pkg = "fishy"
|
||||
|
||||
|
||||
def versions():
|
||||
return _hr_version(_get_current_version()), _hr_version(_get_highest_version(index, pkg))
|
||||
|
||||
|
@ -77,4 +77,3 @@ def sv_color_extract(Colors):
|
||||
for i, c in enumerate(Colors):
|
||||
Colors[c] = colors[i]
|
||||
return Colors
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user