Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Oct 16, 2024
1 parent 5b2c11a commit f533e44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ def test_launch(config, launched_xnat):
login.put(f"/data/archive/projects/{PROJECT}")

# Create subject
xsubject = login.classes.SubjectData(label=SUBJECT, parent=login.projects[PROJECT])
xsubject = login.classes.SubjectData(
label=SUBJECT, parent=login.projects[PROJECT]
)
# Create session
xsession = login.classes.MrSessionData(label=SESSION, parent=xsubject)

Expand Down

0 comments on commit f533e44

Please sign in to comment.