mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Fix pyflakes errors in readmeta
This commit is contained in:
parent
ecb2a2a969
commit
1d5280d528
@ -17,14 +17,12 @@
|
|||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
import common
|
import common
|
||||||
import metadata
|
import metadata
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
||||||
config = common.read_config(None)
|
common.read_config(None)
|
||||||
|
|
||||||
metadata.read_metadata(xref=True)
|
metadata.read_metadata(xref=True)
|
||||||
metadata.read_srclibs()
|
metadata.read_srclibs()
|
||||||
|
Loading…
Reference in New Issue
Block a user