Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwaAbdelkhalik committed Jan 12, 2025
1 parent 6f26a79 commit c19c5dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solutions/kgs_to_lbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"""

import unittest

Check failure on line 7 in solutions/kgs_to_lbs.py

View workflow job for this annotation

GitHub Actions / py_linting

Ruff (F401)

solutions/kgs_to_lbs.py:7:8: F401 `unittest` imported but unused


def kg_to_lbs(kg):
"""Converts a given weight from kilograms (kg) to pounds (lbs).
Expand Down

0 comments on commit c19c5dc

Please sign in to comment.