Skip to content

Commit

Permalink
Added wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesouza committed Mar 19, 2024
1 parent 30ab43c commit 6c46b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osaca/parser/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


class RegisterOperand(Operand):
WILDCARD = "*"
def __init__(

Check failure on line 8 in osaca/parser/register.py

View workflow job for this annotation

GitHub Actions / Flake8

osaca/parser/register.py#L8

Expected 1 blank line, found 0 (E301)
self,
name=None,
Expand Down

0 comments on commit 6c46b41

Please sign in to comment.