mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-09-27 07:05:34 -04:00
remove unused YamlLoader optimization
This commit is contained in:
1 parent
6b3cf72b68
commit
ee4945cb84
1 file changed
-7
@@ -28,13 +28,6 @@ import textwrap
|
||||
import io
|
||||
import yaml
|
||||
from collections import OrderedDict
|
||||
# use libyaml if it is available
|
||||
try:
|
||||
from yaml import CLoader
|
||||
YamlLoader = CLoader
|
||||
except ImportError:
|
||||
from yaml import Loader
|
||||
YamlLoader = Loader
|
||||
|
||||
import fdroidserver.common
|
||||
from fdroidserver import _
|
||||
|
||||
Reference in new issue
Block a user