summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.py b/main.py
index 24a30c0..660e4a7 100644
--- a/main.py
+++ b/main.py
@@ -50,9 +50,7 @@ except: # NOQA
class YAML(object):
- def __init__(
- self, *, typ=None, pure=False, output=None, plug_ins=None # input=None,
- ):
+ def __init__(self, *, typ=None, pure=False, output=None, plug_ins=None): # input=None,
# type: (Any, Optional[Text], Any, Any, Any) -> None
"""
typ: 'rt'/None -> RoundTripLoader/RoundTripDumper, (default)