Skip to content

Commit 7b33ce2

Browse files
authored
Restore a missing comma in __all__ (python#404)
1 parent a637348 commit 7b33ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperformance/_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
__all__ = [
33
'BenchmarkSpec',
4-
'Benchmark'
4+
'Benchmark',
55
'check_name',
66
'parse_benchmark',
77
]

0 commit comments

Comments
 (0)