Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Nov 5, 2024
1 parent 0088180 commit af11c88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
pip install flake8 --upgrade
- name: utilities
run: |
flake8 fink_filters/*.py --count --show-source --statistics --ignore=E302,E501,E128,E731
Expand Down
5 changes: 3 additions & 2 deletions fink_filters/filter_tns_match/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from fink_filters.tester import spark_unit_tests

import pandas as pd
import time
import os


Expand Down Expand Up @@ -171,9 +172,9 @@ def tns_match(
)

time.sleep(1)

cutout = get_cutout(ztf_id=alert["objectId"], kind="Science", origin="API")

time.sleep(2)

text = """
Expand Down

0 comments on commit af11c88

Please sign in to comment.