Remove `time` and `sys` (#11100)

## Summary of the Pull Request

Remove those imports as they are unnecessary, _template.py_ contains these too but I guess it's fine since it's a template after all
This commit is contained in:
Elisha Hollander 2021-09-02 00:30:39 +03:00 committed by GitHub
parent e0853ae4cc
commit 8ffea2c177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ terminal and the console without a lot of work.
This script has both some "simple" emoji - burrito, cheese, etc. and some more
complex ones - WOMAN COOK is actually two emoji with a zero width joiner.
"""
import sys
import time # time.sleep is in seconds
from common import *
# Run this file with: