mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
remove unused YamlLoader optimization
This commit is contained in:
parent
6b3cf72b68
commit
ee4945cb84
1 changed files with 0 additions and 7 deletions
|
|
@ -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 _
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue