8000 Mark readline import as special · python/release-tools@b3e3d3a · GitHub
[go: up one dir, main page]

Skip to content

Commit b3e3d3a

Browse files
committed
Mark readline import as special
1 parent 5c1558c commit b3e3d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import optparse
1212
import os
1313
import re
14-
import readline
14+
import readline # noqa
1515
import shutil
1616
import subprocess
1717
import sys

0 commit comments

Comments
 (0)
0