Skip to content

Commit c5e0d45

Browse files
resolving pylint issues
1 parent 3ff9ab8 commit c5e0d45

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Structural/Facade/facade_pattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class TransformData():
4848
def load():
4949
"""Provides ability to transform data"""
5050

51-
print(f"Data transformed.")
51+
print("Data transformed.")
5252

5353

5454
class LoadDataToDatabase():

0 commit comments

Comments
 (0)