commands: remove import stat

Summary: This should fix lints about `stat` being redefined.

Reviewed By: kulshrax

Differential Revision: D17766500

fbshipit-source-id: ca326ae9d0c922c60ac26f0e367a70e11d20fcd3
This commit is contained in:
Jun Wu 2019-10-04 18:10:24 -07:00 committed by Facebook Github Bot
parent fd7a6868a3
commit 0343dcf08a

View File

@ -12,7 +12,6 @@ import errno
import os
import re
import shlex
import stat
import subprocess
import sys
import time