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
d2107278a7
commit
a81a548f76
1 changed files with 0 additions and 3 deletions
|
@ -19,8 +19,6 @@
|
||||||
|
|
||||||
import glob
|
import glob
|
||||||
import os
|
import os
|
||||||
import toml
|
|
||||||
import json
|
|
||||||
import shutil
|
import shutil
|
||||||
import yaml
|
import yaml
|
||||||
import time
|
import time
|
||||||
|
@ -28,7 +26,6 @@ import re
|
||||||
import subprocess
|
import subprocess
|
||||||
import tempfile
|
import tempfile
|
||||||
import copy
|
import copy
|
||||||
from collections import OrderedDict
|
|
||||||
from typing import List, Tuple, Dict, Any, Iterator, Optional
|
from typing import List, Tuple, Dict, Any, Iterator, Optional
|
||||||
from packaging import version
|
from packaging import version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue