Skip to content

Commit

Permalink
Add support for future typing annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer Shalev authored and tomers committed Apr 21, 2024
1 parent ea82ee8 commit 739e757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/labelle/lib/devices/device_manager.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import logging

from usb.core import NoBackendError, USBError
Expand Down

0 comments on commit 739e757

Please sign in to comment.