Skip to content

Commit 1339098

Browse files
committed
Fix format in python.
1 parent fd60a64 commit 1339098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def callback(candidate: pyds.Rule) -> bool:
4545
begin = time.time()
4646
main()
4747
end = time.time()
48-
print(f"Execution time: {end - begin} seconds")
48+
print(f"Execution time: {end - begin:.8f} seconds")

0 commit comments

Comments
 (0)