Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda849 committed Oct 23, 2023
1 parent 0a1cb86 commit 7039597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/astnodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class FloatTypeEnum(Enum):

@dataclass
class FloatType(Type):
type: FloatTypeEnum
type: str

def dump(self, indent: int = 0) -> str:
return self.type.name
Expand Down

0 comments on commit 7039597

Please sign in to comment.