Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
fix import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Jun 8, 2022
1 parent a4fdf69 commit e2751ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tilty/tilt_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from datetime import datetime

import bluetooth._bluetooth as bluez

from tilty import blescan, constants
from tilty.tilty import LOGGER

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = True
envlist = py39
envlist = py38
skipsdist = True
toxworkdir=.tox
usedevelop=True
Expand Down

0 comments on commit e2751ed

Please sign in to comment.