Remove unused backend code#38
Conversation
rathishcholarajan
left a comment
There was a problem hiding this comment.
Looks good! Thanks @jyu00!
rathishcholarajan
left a comment
There was a problem hiding this comment.
@jyu00 Looks good. Could you please fix lint?
|
FYI: I've hit the same linting error in my other PR and fixed it already via ac4f27c. Neither Jessie, nor I have touched @rathishcholarajan given the above and that we're in an early stage of this repo: do you think we can go ahead and integrate this refactoring and trust that the linter issue will be fixed with my PR in a next step :)? |
Thanks @daka1510! That is weird. We need to investigate if this happens again. |
Summary
Some more cleanup
apiconstants.py, which is only used for the legacy job path (with the exception ofQISKIT_IBM_RUNTIME_API_URL, which is moved toconstants.py)backendjoblimit.pysince runtime doesn't have job limitsbackend.run()_deprecate_id_instruction()because it's only used inbackend.run().We may need to remove backend reservation as well since it's not supported by cloud runtime and isn't really related to runtime.
Details and comments
Fixes #