Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hirusha-adi committed Jan 24, 2024
1 parent a51a249 commit 795fa0e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions search.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import logging
import os
import threading
import time
from datetime import datetime
from concurrent.futures import ThreadPoolExecutor
import json
import tkinter as tk
from tkinter import ttk
from docx import Document
from concurrent.futures import ThreadPoolExecutor
import logging
from datetime import datetime
from tkinter import font
import time, threading
import tkinter as tk
from tkinter import font, ttk


if not os.path.isdir('logs'):
os.mkdir('logs')
Expand Down

0 comments on commit 795fa0e

Please sign in to comment.