Skip to content

Commit

Permalink
Remove time and sys (#11100)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
donno2048 authored Sep 1, 2021
1 parent e0853ae commit 8ffea2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/vttests/burrito.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
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:
Expand Down

0 comments on commit 8ffea2c

Please sign in to comment.