Skip to content

Commit b465b65

Browse files
committed
Remove unnecessary import of time library
1 parent 2fd1207 commit b465b65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

glass_server.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from flask import Flask, jsonify, render_template, request
22
from SimConnect import *
3-
from time import sleep
43
import random
54

65
#

0 commit comments

Comments
 (0)