Problem: I was initially thinking of implementing an endpoint with Selenium webdriver in order to open up a user's onnx file from a training execution. However, I didn't really prioritize it due to other important tasks. Now, backend/webdriver.py is unused code that's been living in our repo. Also, from my memory, backend/webdriver.py doesn't really get called anywhere else in the backend.
Solution: Reduce tech debt by removing backend/webdriver.py file
Problem: I was initially thinking of implementing an endpoint with Selenium webdriver in order to open up a user's onnx file from a training execution. However, I didn't really prioritize it due to other important tasks. Now,
backend/webdriver.py
is unused code that's been living in our repo. Also, from my memory,backend/webdriver.py
doesn't really get called anywhere else in the backend.Solution: Reduce tech debt by removing
backend/webdriver.py
fileTime required: 10 minutes of your time.
Branch Setup
If the above commands don't work, run
git stash
before running the above sequence of commands