reformat file
This commit is contained in:
parent
b7aaa974d2
commit
fd7d49c0a6
1 changed files with 3 additions and 3 deletions
|
@ -19,6 +19,7 @@ class FormatterProperty(MacroReplacementAtomIF, Enum):
|
|||
repo_version = 'repo_version'
|
||||
pytex_version = 'pytex_version'
|
||||
|
||||
|
||||
class Argument(MacroReplacementAtomIF, Enum):
|
||||
one = 1
|
||||
two = 2
|
||||
|
@ -28,7 +29,6 @@ class Argument(MacroReplacementAtomIF, Enum):
|
|||
six = 6
|
||||
|
||||
|
||||
|
||||
class MacroReplacement(str):
|
||||
def __init__(
|
||||
self,
|
||||
|
|
Loading…
Reference in a new issue