Skip to content

Commit bcb836c

Browse files
authored
Merge pull request #2 from yeyeto2788/pinephone
Pinephone
2 parents 869b151 + 7a06bc8 commit bcb836c

File tree

8 files changed

+533
-451
lines changed

8 files changed

+533
-451
lines changed

adafruit_platformdetect/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"""
2323
Attempt to detect the current platform.
2424
"""
25-
import sys
26-
import platform
2725
import re
26+
2827
from adafruit_platformdetect.board import Board
2928
from adafruit_platformdetect.chip import Chip
3029

30+
3131
# Various methods here may retain state in future, so tell pylint not to worry
3232
# that they don't use self right now:
3333
# pylint: disable=no-self-use

0 commit comments

Comments
 (0)