mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] put import at top of the file
This commit is contained in:
parent
aa3193d1e2
commit
f1b0be43d7
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ import errno
|
|||
import requests
|
||||
from urllib import urlopen
|
||||
|
||||
import requests
|
||||
|
||||
from moulinette.core import MoulinetteError
|
||||
from moulinette.utils.log import getActionLogger
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue