Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
CleaLCo committed Nov 4, 2024
1 parent dbbd2ee commit b11be15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/planktoscopehat/planktoscope/eeprom/eeprom.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import time

import smbus # type: ignore
import gpiozero # type: ignore
import smbus # type: ignore


class EEPROM:
Expand Down

0 comments on commit b11be15

Please sign in to comment.