Skip to content

Commit

Permalink
More linter fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Nov 9, 2024
1 parent 247c4d9 commit 593768c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/senaite/astm/adapters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

from senaite.astm.adapters import spotchem
from senaite.astm.adapters import spotchem # noqa:F401
1 change: 0 additions & 1 deletion src/senaite/astm/adapters/spotchem/se1520.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from senaite.astm import adapter_registry
from senaite.astm import utils
from senaite.astm.constants import ACK
from senaite.astm.constants import ENQ
from senaite.astm.constants import EOT
from senaite.astm.constants import NAK
Expand Down

0 comments on commit 593768c

Please sign in to comment.