mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-21 06:00:45 -04:00
ruff import sorting pass + adding uv.lock (#342)
* ruff import sorting pass * add uv.lock * move comment back to its proper place
This commit is contained in:
parent
21102ca95c
commit
6f011cc6c8
20 changed files with 1413 additions and 137 deletions
3
setup.py
3
setup.py
|
@ -17,9 +17,10 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
"""
|
||||
|
||||
import setuptools
|
||||
import os
|
||||
|
||||
import setuptools
|
||||
|
||||
|
||||
def find_package_data(package):
|
||||
pkg_data = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue