summaryrefslogtreecommitdiff
path: root/compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'compat.py')
-rw-r--r--compat.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat.py b/compat.py
index 3eb6464..c2db2bb 100644
--- a/compat.py
+++ b/compat.py
@@ -8,8 +8,10 @@ import sys
import os
import types
+# fmt: off
if False: # MYPY
from typing import Any, Dict, Optional, List, Union, BinaryIO, IO, Text, Tuple, Optional # NOQA
+# fmt: on
_DEFAULT_YAML_VERSION = (1, 2)