Skip to content

Commit

Permalink
Obey black
Browse files Browse the repository at this point in the history
  • Loading branch information
jnnr committed Sep 14, 2021
1 parent 4eeb919 commit 5488156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oemoflex/model/datapackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def infer_metadata(self, foreign_keys_update=None):
select_components=self.components,
package_name=self.name,
path=self.basepath,
foreign_keys_update=foreign_keys_update
foreign_keys_update=foreign_keys_update,
)

def parametrize(self, frame, column, values):
Expand Down

0 comments on commit 5488156

Please sign in to comment.