Skip to content

Commit

Permalink
Fix flake8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kragniz committed Nov 21, 2016
1 parent 77c2191 commit 1ed6105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boatd/boat.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def wind_speed(self):

def wind_apparent(self):
return self._cached_wind_direction

def wind_absolute(self):
return self._cached_wind_direction - self._cached_heading

Expand Down

0 comments on commit 1ed6105

Please sign in to comment.