mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
remove unused imports
This commit is contained in:
parent
913b02e4fc
commit
569dc24267
1 changed files with 1 additions and 7 deletions
|
@ -1,16 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import re
|
||||
|
||||
from yunohost.app import app_info, app_list
|
||||
from moulinette.utils.filesystem import read_file
|
||||
from yunohost.app import app_list
|
||||
|
||||
from yunohost.settings import settings_get
|
||||
from yunohost.diagnosis import Diagnoser
|
||||
from yunohost.regenconf import _get_regenconf_infos, _calculate_hash
|
||||
from moulinette.utils.filesystem import read_file
|
||||
|
||||
|
||||
class AppDiagnoser(Diagnoser):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue