Skip to content

Commit

Permalink
misc: Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Aug 2, 2024
1 parent a51d956 commit afa5311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devito/types/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ class IrregularFunctionInterface:
@property
def nbytes_max(self):
raise NotImplementedError


class LocalType(Basic):
"""
Expand All @@ -1688,5 +1688,5 @@ def _mem_internal_eager(self):
@property
def _mem_internal_lazy(self):
return self._liveness == 'lazy'

_C_modifier = None

0 comments on commit afa5311

Please sign in to comment.