mirror of
https://github.com/nmap/nmap.git
synced 2025-12-13 03:09:02 +00:00
Fix pep8 errors in all of zenmap
This commit is contained in:
@@ -265,7 +265,7 @@ if __name__ == "__main__":
|
||||
# Testing application
|
||||
|
||||
polar = PolarCoordinate(1, math.pi)
|
||||
cartesian = CartesianCoordinate(-1, 0)
|
||||
cartesian = CartesianCoordinate(-1, 0)
|
||||
|
||||
print polar.to_cartesian()
|
||||
print cartesian.to_polar()
|
||||
|
||||
Reference in New Issue
Block a user