Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
tulioricci committed Nov 3, 2023
1 parent 7cc9155 commit 93ce35c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mirgecom/boundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -1168,8 +1168,6 @@ class FarfieldBoundary(MengaldoBoundaryCondition):
def __init__(self, dim, free_stream_pressure, free_stream_velocity,
free_stream_temperature, free_stream_mass_fractions=None):
"""Initialize the boundary condition object."""
dim = len(free_stream_velocity)

self._temperature = free_stream_temperature
self._pressure = free_stream_pressure
self._species_mass_fractions = free_stream_mass_fractions
Expand Down

0 comments on commit 93ce35c

Please sign in to comment.