Skip to content

Commit f45e9bc

Browse files
committed
[fileio] Define parsers only in odmlparser
1 parent 2415055 commit f45e9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

odml/fileio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from .tools.odmlparser import ODMLReader, ODMLWriter
1+
from .tools.odmlparser import ODMLReader, ODMLWriter, allowed_parsers
22

3-
parsers = ["xml", "json", "yaml"]
3+
PARSERS = allowed_parsers
44

55

66
def load(filename, backend="xml"):

0 commit comments

Comments
 (0)