ovn-org / ovn-heater

Mega script to deploy/configure/run OVN scale tests.
Apache License 2.0
12 stars 12 forks source link

treewide: Remove useless object inheritance. #177

Closed dceara closed 1 year ago

dceara commented 1 year ago

We expect Python3 to be used and in Python3 all classes inherit from object.

Reported-at: https://github.com/ovn-org/ovn-heater/pull/173#discussion_r1325922500

dceara commented 1 year ago

CC: @fnordahl @mkalcok