mirror of
https://github.com/servo/servo.git
synced 2025-07-26 00:30:22 +01:00
Remove unused imports in the Python files
Found using flake8
This commit is contained in:
parent
c63fc4dc13
commit
7bddb1185f
8 changed files with 4 additions and 24 deletions
|
@ -16,7 +16,6 @@ import os
|
|||
import sys
|
||||
import traceback
|
||||
import uuid
|
||||
import sys
|
||||
|
||||
from .base import (
|
||||
CommandContext,
|
||||
|
@ -26,11 +25,7 @@ from .base import (
|
|||
UnrecognizedArgumentError,
|
||||
)
|
||||
|
||||
from .decorators import (
|
||||
CommandArgument,
|
||||
CommandProvider,
|
||||
Command,
|
||||
)
|
||||
from .decorators import CommandProvider
|
||||
|
||||
from .config import ConfigSettings
|
||||
from .dispatcher import CommandAction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue