Delete virtual directory

This commit is contained in:
Thomas 2024-09-13 00:04:19 -06:00 committed by GitHub
parent 671f460465
commit 02f8f73c8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 0 additions and 748 deletions

View file

@ -1,8 +0,0 @@
#!/Users/elliothayner/GitHub/linkedIn_AI_hawk/virtual/bin/python3.12
# -*- coding: utf-8 -*-
import re
import sys
from langsmith.cli.main import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())