Skip to content

Commit

Permalink
[clang] scan-view: Remove unused python import
Browse files Browse the repository at this point in the history
Python's module imp is not being used and is not available on Python
3.12 anymore.

Reviewed By: tbaeder

Differential Revision: https://reviews.llvm.org/D155192
  • Loading branch information
tuliom committed Jul 18, 2023
1 parent 402eb2e commit 1be4db7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/tools/scan-view/bin/scan-view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ from __future__ import print_function
"""

import sys
import imp
import os
import posixpath
import threading
Expand Down

0 comments on commit 1be4db7

Please sign in to comment.