Skip to content

Commit fe3a43c

Browse files
committed
ruff fixes
1 parent 930c4d4 commit fe3a43c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compression/ppm.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import annotations
2-
from collections import defaultdict
2+
33
import sys
4+
from collections import defaultdict
45

56
# Description for the ppm algorithm can be found at https://en.wikipedia.org/wiki/Prediction_by_partial_matching
67

0 commit comments

Comments
 (0)