contrib_bots: Fix python 3 lint errors.
This commit is contained in:
parent
caf3ec3ca1
commit
bd4be69148
4 changed files with 7 additions and 4 deletions
|
@ -12,6 +12,8 @@ Note:
|
|||
required by `howdoi`.
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import sys
|
||||
import logging
|
||||
from textwrap import fill
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue