Skip to content

Commit

Permalink
Import future annotations (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvervloesem authored Jan 23, 2023
1 parent e6d34eb commit fdff02c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bluetooth_clocks/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Main entry point for Bluetooth Clocks."""
from __future__ import annotations

import asyncio
import logging
import sys
Expand Down
2 changes: 2 additions & 0 deletions src/bluetooth_clocks/scanners.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Module with functions to scan for Bluetooth clocks."""
from __future__ import annotations

import asyncio
import logging
from typing import Callable
Expand Down

0 comments on commit fdff02c

Please sign in to comment.