mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Unused imports
This commit is contained in:
parent
7bd5857b3c
commit
ebe41411ad
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import os
|
|||
import copy
|
||||
import shutil
|
||||
import random
|
||||
from typing import Optional, Dict, List, Union, Any, Mapping, Callable
|
||||
from typing import Dict, Any
|
||||
|
||||
from moulinette.utils.process import check_output
|
||||
from moulinette.utils.log import getActionLogger
|
||||
|
|
Loading…
Add table
Reference in a new issue