Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Jan 28, 2021
1 parent 4f103d1 commit 377461b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler_gym/random_replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# LICENSE file in the root directory of this source tree.
"""Replay the sequence of actions that produced the best reward."""
import json
import os
import shutil
from pathlib import Path
from time import time
from typing import List
Expand Down

0 comments on commit 377461b

Please sign in to comment.