Skip to content

Commit d4073fc

Browse files
committed
eof formating for files
1 parent 20ebe4b commit d4073fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sklearn/fmlearn/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .response_construction import *
66
from .metafeatures import MetaFeatures
77

8-
__all__ = ['MetaFeatures']
8+
__all__ = ['MetaFeatures']

sklearn/fmlearn/utils/response_construction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def construct_response(data, meta_data=False):
1414
else:
1515
response = build_response(data, meta_data)
1616

17-
return response
17+
return response

0 commit comments

Comments
 (0)