Fixed code style error E302

This commit is contained in:
Aleskarova, Dinara 2017-05-02 10:41:25 +04:00
parent 394f21a1f0
commit e376e7bc9f

View file

@ -3,6 +3,7 @@ from __future__ import print_function
import sys
class BaseFormatter(object):
"""Class defining the formatter interface.