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 30, 2023
1 parent a672c48 commit 1548853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aastex/_aastex.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def __init__(
data=data,
)
self.escape = False
self.preamble.append(pylatex.Command('bibliographystyle', 'aasjournal'))
self.preamble.append(pylatex.Command("bibliographystyle", "aasjournal"))

def set_variable_quantity(
self,
Expand Down
2 changes: 1 addition & 1 deletion aastex/_tests/test_aastex.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def test_set_variable_quantity(
argnames="a",
argvalues=[
aastex.Bibliography("sources"),
]
],
)
class TestBibliography:
pass

0 comments on commit 1548853

Please sign in to comment.