Skip to content

Commit

Permalink
Lint hardware-testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Dec 10, 2024
1 parent 8e14b56 commit 3a7f070
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hardware-testing/hardware_testing/drivers/asair_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
pipette gravimetric fixture. The sensor outputs temperature and
relative humidity that is recorded onto the pipette results.
"""

import abc
import codecs
import logging
import time
from typing import Tuple, Optional
from typing import Tuple
from abc import ABC
from dataclasses import dataclass
from . import list_ports_and_select
Expand Down

0 comments on commit 3a7f070

Please sign in to comment.