ocadotechnology/aimmo

View on GitHub
aimmo-game-worker/simulation/direction.py

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

def __eq__(self, other):
if not isinstance(other, type(self)):
return NotImplemented
 
return self.x == other.x and self.y == other.y
Severity: Major
Found in aimmo-game-worker/simulation/direction.py and 1 other location - About 2 hrs to fix
aimmo-game/simulation/direction.py on lines 16..20

There are no issues that match your filters.

Category
Status