Skip to content

Commit

Permalink
bleak/backends/winrt/scanner: remove unused code
Browse files Browse the repository at this point in the history
The variable `_here` is not used and can be removed.
  • Loading branch information
dlech committed Jul 12, 2022
1 parent 55d678e commit ebe6fff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bleak/backends/winrt/scanner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio
import logging
import pathlib
from typing import Dict, List, NamedTuple, Optional
from uuid import UUID

Expand All @@ -16,7 +15,6 @@


logger = logging.getLogger(__name__)
_here = pathlib.Path(__file__).parent


def _format_bdaddr(a):
Expand Down

0 comments on commit ebe6fff

Please sign in to comment.