Skip to content

Commit

Permalink
fix: pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Oct 1, 2024
1 parent 8069aaa commit 92cddf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions craft_parts/packages/deb.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

"""Support for deb files."""

# pyright: reportPossiblyUnboundVariable=false, reportIncompatibleMethodOverride=warning

import fileinput
import functools
import logging
Expand Down

0 comments on commit 92cddf9

Please sign in to comment.