Sukanth07 commited on
Commit
ddd8ed2
·
1 Parent(s): 254a8b9

"Remove unused imports and commented-out function in utils.py"

Browse files
Files changed (1) hide show
  1. src/utils.py +0 -12
src/utils.py CHANGED
@@ -1,15 +1,3 @@
1
- import site
2
- import subprocess
3
- from .config import *
4
-
5
- # def copy_builder():
6
- # try:
7
- # site_packages_path = site.getsitepackages()[0]
8
- # destination_path = os.path.join(site_packages_path, 'google/protobuf/internal/')
9
- # subprocess.run(["cp", "./builder.py", destination_path], shell=True, check=True)
10
- # except Exception as e:
11
- # raise Exception(f"Failed to copy builder.py to site-packages: {e}")
12
-
13
  css="""
14
  body {
15
  background-color: #141414 !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  css="""
2
  body {
3
  background-color: #141414 !important;