Skip to content

Commit a18eb0e

Browse files
committed
style: fix error [CPY001] - Missing copyright notice at top of file.
Used Ruff (vscode and pre-commit) to: - Black-compatible code formatting. - fix all auto-fixable violations. - isort-compatible import sorting. - flake8-simplify manual fixes. Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent 4153a0b commit a18eb0e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/recorder/test_stan_recorder.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# (c) Copyright IBM Corp. 2026
2+
13
import sys
24
from multiprocessing import Queue
35
from unittest import TestCase

0 commit comments

Comments
 (0)