Skip to content

Commit

Permalink
apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
motty-mio2 committed Nov 6, 2023
1 parent 7727f1f commit a21b2d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/api/t_gen_resp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
from time import sleep

import requests
from kb_2315.backend.crud import crud_shoe

from kb_2315.backend.crud import crud_shoe
from kb_2315.backend.schemas import schema_sensor, schema_session
from kb_2315.config import conf


try:
device_id: int = crud_shoe.search_shoe_by()[0].id
except IndexError:
Expand Down

0 comments on commit a21b2d1

Please sign in to comment.