Skip to content

Commit

Permalink
chore: remove parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN committed Aug 26, 2024
1 parent b7466e0 commit 8d6a1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedot/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def fit(self,
self.train_data = self.data_processor.fit_transform(self.train_data)

init_asm = self.params.data.get('initial_assumption')
if (predefined_model is None):
if predefined_model is None:
if isinstance(init_asm, Pipeline) and ("atomized" in init_asm.descriptive_id):
predefined_model = init_asm

Expand Down

0 comments on commit 8d6a1fc

Please sign in to comment.