Skip to content

Commit

Permalink
comment out dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewthe2 committed May 9, 2023
1 parent ad3a847 commit dff5cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions textractor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from parse import parse
from pathlib import Path
# from pathlib import Path
import time
import re
# import re
import os, sys
import threading
# import threading
from tools import path_to_wexpect
from util import RepeatedTimer
import platform
Expand Down

0 comments on commit dff5cab

Please sign in to comment.