Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(util.uri): refactor dict comprehension (#1783)
* Initial fixes and formatting using autopep8 * revert fixes and updated master with upstream branch * Add .deepsource.toml * Use literal syntax instead of function calls to create data structure * Remove unnecessary generator * Replace ternary syntax with if expression * revert fix - Use literal syntax instead of function calls to create data structure, Replace ternary syntax with if expression * Delete .deepsource.toml * Update .gitignore * fixed pep8 voilation occuring in ci check
- Loading branch information