Skip to content

Commit

Permalink
lint: fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Elodie Thiéblin committed Mar 29, 2024
1 parent ae75a99 commit ed9504f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/import_all_plugfest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* SPDX-License-Identifier: EPL-2.0 OR W3C-20150513
********************************************************************************"""

"python import_all_plugfest.py [dirname|filename] [import_route_url]"
# python import_all_plugfest.py [dirname|filename] [import_route_url]
import os
import sys
import httpx
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* SPDX-License-Identifier: EPL-2.0 OR W3C-20150513
********************************************************************************"""

#!/usr/bin/env python
from setuptools import setup, find_packages

from pathlib import Path
Expand Down

0 comments on commit ed9504f

Please sign in to comment.