Skip to content

Commit c000d85

Browse files
committed
FIX: import needed
1 parent 8c66a2f commit c000d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokdiff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
22
from difflib import SequenceMatcher
33
import pygments
4+
import pygments.lexers
45
import sys
56

67
"""

0 commit comments

Comments
 (0)