Skip to content

Commit 6ef7cc8

Browse files
Responsible ML InfraResponsible ML Infra Team
authored andcommitted
This CL is a no-op.
PiperOrigin-RevId: 747390705
1 parent 942b672 commit 6ef7cc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ def select_constraint(default, nightly=None, git_master=None):
4545
]
4646
# Get version from version module.
4747
with open('fairness_indicators/version.py') as fp:
48+
print(
49+
'\n\n\n\n\n\n\n\n\n\n\n\n\n\n',
50+
'Hello world'
51+
)
4852
globals_dict = {}
4953
exec(fp.read(), globals_dict) # pylint: disable=exec-used
5054
__version__ = globals_dict['__version__']

0 commit comments

Comments
 (0)