From 62bc9a2cb9af84483e28c7e58be37496e872e087 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 23 Feb 2024 15:39:09 +0100 Subject: [PATCH] update fink-mm commit in workflow, pep8 --- .github/workflows/test.yml | 2 +- bin/raw2science.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64c97cfb..b51cd088 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,7 @@ jobs: echo `python -V` - name: Install fink-mm dev [To remove] run: | - pip install git+https://github.com/FusRoman/fink-mm.git@7ccd7a9f4dc69897c8c58aeaf439354aec39a6c5 --no-deps + pip install git+https://github.com/FusRoman/fink-mm.git@0014542c309234e82c5028ada438768cf95b683a --no-deps - name: Run test suites [dev] if: matrix.container == 'julienpeloton/fink-ci:dev' run: | diff --git a/bin/raw2science.py b/bin/raw2science.py index b6dc26dc..d5ddbfbe 100644 --- a/bin/raw2science.py +++ b/bin/raw2science.py @@ -27,7 +27,6 @@ import argparse import time import os -import glob from fink_broker import __version__ as fbvsn from fink_broker.parser import getargs