1
0
Fork 0
mirror of https://github.com/Athemis/pyKinetics.git synced 2025-04-06 23:16:04 +00:00

Formatting to PEP8

This commit is contained in:
Alexander Minges 2015-08-24 10:45:29 +02:00
parent 04dfff04bc
commit 28bf76029b

View file

@ -107,7 +107,8 @@ class Measurement():
class Experiment():
def __init__(self, data_files, xlim, do_hill=False, fit_to_replicates=False, logger=None):
def __init__(self, data_files, xlim, do_hill=False,
fit_to_replicates=False, logger=None):
if logger:
self.logger = logger