Skip to content

Commit

Permalink
lint: apply ruff autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
unexcellent committed Dec 7, 2024
1 parent 8ec09fd commit ea34ab5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions quantio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"Angle",
"AngularVelocity",
"Area",
"ElectricalResistance",
"CanNotAddTypesError",
"CanNotSubtractTypesError",
"ElectricCurrent",
"ElectricalResistance",
"Energy",
"Frequency",
"Length",
"Mass",
"NoUnitSpecifiedError",
"Power",
"Pressure",
"Quantity",
"Time",
"Vector",
"Velocity",
"Voltage",
"Vector",
"CanNotAddTypesError",
"CanNotSubtractTypesError",
"NoUnitSpecifiedError",
]

0 comments on commit ea34ab5

Please sign in to comment.