Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 15, 2023
1 parent ee27daf commit e96ff9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pybamm/models/submodels/transport_efficiency/bruggeman.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ def get_coupled_variables(self, variables):
variables.update(self._get_standard_transport_efficiency_variables(tor_dict))

return variables


Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def get_coupled_variables(self, variables):
tor_dict[domain] = tor_k
variables.update(self._get_standard_transport_efficiency_variables(tor_dict))

return variables
return variables

0 comments on commit e96ff9a

Please sign in to comment.