style: apply black and isort
This commit is contained in:
@@ -80,7 +80,7 @@ def main(argv):
|
||||
print("Application")
|
||||
packetSize = 1024
|
||||
maxPacketCount = 5
|
||||
interPacketInterval = ns.Seconds(1.)
|
||||
interPacketInterval = ns.Seconds(1.0)
|
||||
# ping = ns.PingHelper(i2.GetAddress(1, 1).ConvertTo())
|
||||
ping = ns.PingHelper(i2.GetAddress(1, 1).ConvertTo())
|
||||
|
||||
@@ -105,7 +105,7 @@ def main(argv):
|
||||
ns.Simulator.Destroy()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == "__main__":
|
||||
import sys
|
||||
|
||||
main(sys.argv)
|
||||
|
||||
Reference in New Issue
Block a user