Skip to content

Commit

Permalink
Remove import of removed, unused Python modules (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak authored Dec 23, 2024
1 parent 51096f5 commit f19f558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from __future__ import print_function

import os, sys, argparse, platform, subprocess, imp, shutil, distutils.dir_util, json
import os, sys, argparse, platform, subprocess, shutil, json

from collections import OrderedDict

Expand Down

0 comments on commit f19f558

Please sign in to comment.