Skip to content

Commit

Permalink
Fixing Black errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Oct 27, 2023
1 parent eab0812 commit df03afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aastex/_latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Affiliation(pylatex.base_classes.LatexObject):
"""human-readable name of the organization"""

def dumps(self):
return pylatex.Command('affiliation', self.name).dumps()
return pylatex.Command("affiliation", self.name).dumps()


@dataclasses.dataclass
Expand Down

0 comments on commit df03afb

Please sign in to comment.