Skip to content

Commit

Permalink
fix(body_composition_list.py): remove empty line to make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbarbulescu committed Sep 23, 2024
1 parent 6b7ab62 commit 26f1a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/otf_api/models/responses/body_composition_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from otf_api.models.base import OtfItemBase, OtfListBase


ureg = pint.UnitRegistry()

DEFAULT_WEIGHT_DIVIDERS = [55.0, 70.0, 85.0, 100.0, 115.0, 130.0, 145.0, 160.0, 175.0, 190.0, 205.0]
Expand Down

0 comments on commit 26f1a47

Please sign in to comment.