Skip to content

Commit

Permalink
Update fitbit_charge_4.py
Browse files Browse the repository at this point in the history
  • Loading branch information
M7-Soliman committed Feb 18, 2024
1 parent 0be6a22 commit a6504c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wearipedia/devices/fitbit/fitbit_charge_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from ...utils import bin_search, seed_everything
from ..device import BaseDevice
from .fitbit_authenticate import *
from .fitbit_sense_fetch import *
from .fitbit_sense_gen import *
from .fitbit_charge4_fetch import *
from .fitbit_charge_4_gen import *

class_name = "Fitbit_charge_4"

Expand Down

0 comments on commit a6504c0

Please sign in to comment.