Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
langevin-usgs committed Feb 18, 2022
1 parent ebc41ad commit e735ae6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flopy/mf6/modflow/mfsimulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1305,9 +1305,7 @@ def update_package_filename(self, package, new_name):
)
if package.filename in self._mvt_files:
self._update_exg_files_mvr(package.filename, new_name)
self._mvt_files[new_name] = self._mvt_files.pop(
package.filename
)
self._mvt_files[new_name] = self._mvt_files.pop(package.filename)
if package.filename in self._other_files:
self._other_files[new_name] = self._other_files.pop(
package.filename
Expand Down

0 comments on commit e735ae6

Please sign in to comment.