aboutsummaryrefslogtreecommitdiffstats
path: root/golemflavor/param.py
diff options
context:
space:
mode:
authorShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-28 22:38:40 +0000
committerShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-28 22:38:40 +0000
commit018cf806e2d852df164b0c795d4e3ffcd122dda0 (patch)
tree08efc6310ae929d60d9c9881b40a0b337da8841d /golemflavor/param.py
parent4707f109e2bc35c6e6f6b737607323c0a5931e48 (diff)
downloadGolemFlavor-018cf806e2d852df164b0c795d4e3ffcd122dda0.tar.gz
GolemFlavor-018cf806e2d852df164b0c795d4e3ffcd122dda0.zip
add brackets to all print statements
Diffstat (limited to 'golemflavor/param.py')
-rw-r--r--golemflavor/param.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/golemflavor/param.py b/golemflavor/param.py
index 076386f..941f265 100644
--- a/golemflavor/param.py
+++ b/golemflavor/param.py
@@ -7,7 +7,7 @@
Param class and functions for the BSM flavour ratio analysis
"""
-from __future__ import absolute_import, division, print_function
+from __future__ import absolute_import, division
import sys