Skip to content

Commit 4b2f0b7

Browse files
dbortfacebook-github-bot
authored andcommitted
Fix lint warning introduced in D49715284 (#526)
Summary: Pull Request resolved: #526 D49715284 removed some code from this file but didn't remove an import that's no longer needed. This triggered a lint error in OSS CI. Reviewed By: angelayi Differential Revision: D49755124 fbshipit-source-id: 94c73ee0446951003932126837fa4e87ba60b2b0
1 parent a6ec5dc commit 4b2f0b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exir/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# LICENSE file in the root directory of this source tree.
66

77
# pyre-strict
8-
import copy
98
import logging
109
import re
1110
import sys

0 commit comments

Comments
 (0)