mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
coredump: remove unused import
Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
This commit is contained in:
parent
1c866dbb51
commit
a0b738cb8f
2 changed files with 3 additions and 2 deletions
|
|
@ -1,2 +1 @@
|
|||
from .coredump import *
|
||||
from . import elf
|
||||
from .coredump import coredump_generator
|
||||
|
|
|
|||
|
|
@ -2,3 +2,5 @@
|
|||
# E501 line too long
|
||||
# W504 line break after binary operator
|
||||
ignore = E501,W504
|
||||
# F401: imported but unused
|
||||
per-file-ignores = __init__.py:F401
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue