mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-02 11:36:15 -04:00
ruff linting fixes (#343)
* ruff linting fixes * move imports back down to where they're re-exported
This commit is contained in:
parent
6f011cc6c8
commit
f64db214d4
18 changed files with 155 additions and 190 deletions
|
@ -32,7 +32,7 @@ import sys
|
|||
|
||||
try:
|
||||
from shlex import quote
|
||||
except:
|
||||
except: # noqa: E722
|
||||
from pipes import quote
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue