chore(router): remove unused code
This commit is contained in:
parent
a630851696
commit
baa6785e99
1 changed files with 0 additions and 7 deletions
|
@ -4,13 +4,6 @@ from datetime import datetime, timedelta
|
||||||
from multiprocessing import Process, Queue, freeze_support
|
from multiprocessing import Process, Queue, freeze_support
|
||||||
|
|
||||||
import _ed_lrr
|
import _ed_lrr
|
||||||
# from PyQt5.QtWidgets import QProgressDialog
|
|
||||||
|
|
||||||
|
|
||||||
# class RouteProgress(QProgressDialog):
|
|
||||||
# def __init__(self, *args, **kwargs):
|
|
||||||
# super().__init__(*args, **kwargs)
|
|
||||||
# self.setWindowModality(Qt.WindowModal)
|
|
||||||
|
|
||||||
|
|
||||||
class Router(Process):
|
class Router(Process):
|
||||||
|
|
Loading…
Reference in a new issue