Skip to content

Commit cda74c0

Browse files
authored
chore(format): fix for issue in main branch with formatting (#232)
1 parent f933859 commit cda74c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_logger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_remove_circular_references(self,
9191
"severity": "ERROR",
9292
"message": "testing circular",
9393
"circ": circ,
94-
}
94+
}
9595
logger.write(entry)
9696
raw_log_output = capsys.readouterr().err
9797
log_output = json.loads(raw_log_output)

0 commit comments

Comments
 (0)