single empty line above

This commit is contained in:
a 2020-10-07 18:46:04 +03:00
parent eb12f95976
commit ffde569621

View file

@ -2,6 +2,7 @@
"""A (tab-)completer for xonsh."""
import builtins
import collections.abc as cabc
from xonsh.tools import print_exception