Skip to content

Commit

Permalink
* pylint rated
Browse files Browse the repository at this point in the history
  • Loading branch information
o-murphy committed Oct 6, 2023
1 parent c17cad3 commit 331e5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_ballisticcalc/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def zero_given_elevation(self, elevation: [float, Angular] = 0,
raise ArithmeticError("Can't found zero crossing point")

print(
"step: {}\tscope: {}\texpected: {}\tgot: {}\tdiff: {}".format(
"step: {}\tscope: {}\texpected: {}\tgot: {}\tdiff: {}".format( # pylint: disable=consider-using-f-string
shot.step,
self.weapon.sight_height,
self.weapon.zero_distance,
Expand Down

0 comments on commit 331e5ef

Please sign in to comment.