mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
refactor(clone_packages): sort imports
This commit is contained in:
parent
e546df1abc
commit
776e2983a9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
import requests
|
import os
|
||||||
import toml
|
import toml
|
||||||
import time
|
import time
|
||||||
import os
|
|
||||||
import config
|
import config
|
||||||
|
import requests
|
||||||
|
|
||||||
|
|
||||||
APPS_REPO_ROOT = config.APPS_REPO_ROOT
|
APPS_REPO_ROOT = config.APPS_REPO_ROOT
|
||||||
|
|
Loading…
Add table
Reference in a new issue