mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 21:44:18 +00:00
Fixed code style error E302
This commit is contained in:
parent
394f21a1f0
commit
e376e7bc9f
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ from __future__ import print_function
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
class BaseFormatter(object):
|
class BaseFormatter(object):
|
||||||
"""Class defining the formatter interface.
|
"""Class defining the formatter interface.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue