Skip to content

Commit 053da64

Browse files
committed
style
1 parent 4c3ad9c commit 053da64

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Lib/_pyrepl/fancycompleter.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
# Daniel Hahler
33
#
44
# All Rights Reserved
5-
"""
6-
Colorful tab completion for Python prompt
7-
"""
5+
"""Colorful tab completion for Python prompt"""
86
from _colorize import ANSIColors, get_colors, get_theme
97
import rlcompleter
108
import types

0 commit comments

Comments
 (0)