mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Removing unused import of "os"
This commit is contained in:
parent
a00f0ece18
commit
3b58d1e2a5
2 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ import time
|
||||||
import queue
|
import queue
|
||||||
import re
|
import re
|
||||||
import functools
|
import functools
|
||||||
import os
|
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
from UM.Application import Application
|
from UM.Application import Application
|
||||||
|
|
|
@ -19,7 +19,6 @@ import threading
|
||||||
import platform
|
import platform
|
||||||
import glob
|
import glob
|
||||||
import time
|
import time
|
||||||
import os
|
|
||||||
import os.path
|
import os.path
|
||||||
import sys
|
import sys
|
||||||
from UM.Extension import Extension
|
from UM.Extension import Extension
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue