Skip to content

Commit bdd1f4c

Browse files
antismash: remove the redundant utf-8 encoding declaration (ruff UP009)
Python 3 source is UTF-8 by default, so the '# -*- coding: utf-8 -*-' line is unnecessary. This is the fix the ruff pre-commit hook applies in CI. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent fff337d commit bdd1f4c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

anvio/antismash.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# pylint: disable=line-too-long
32
"""Runs antiSMASH on the contigs in a contigs-db and imports the results.
43

0 commit comments

Comments
 (0)