From db39bf2fd3a76611eb054a349169b651b0dc19f4 Mon Sep 17 00:00:00 2001 From: Michael Coughlin Date: Tue, 12 Mar 2024 11:48:50 -0500 Subject: [PATCH] More linting --- gwemopt/chipgaps/__init__.py | 1 + gwemopt/io/skymap.py | 1 + gwemopt/plotting/movie.py | 1 + gwemopt/utils/treasuremap.py | 1 + 4 files changed, 4 insertions(+) diff --git a/gwemopt/chipgaps/__init__.py b/gwemopt/chipgaps/__init__.py index decd725b..29fe3d2f 100644 --- a/gwemopt/chipgaps/__init__.py +++ b/gwemopt/chipgaps/__init__.py @@ -1,5 +1,6 @@ """ Module for chip gaps. """ + from gwemopt.chipgaps.decam import get_decam_quadrant_ipix from gwemopt.chipgaps.ztf import get_ztf_quadrant_ipix diff --git a/gwemopt/io/skymap.py b/gwemopt/io/skymap.py index 0ee98623..df3e3aad 100644 --- a/gwemopt/io/skymap.py +++ b/gwemopt/io/skymap.py @@ -1,6 +1,7 @@ """ Module to fetch event info and skymap from GraceDB, url, or locally """ + import os from pathlib import Path diff --git a/gwemopt/plotting/movie.py b/gwemopt/plotting/movie.py index 56b696e5..4a334f6a 100644 --- a/gwemopt/plotting/movie.py +++ b/gwemopt/plotting/movie.py @@ -1,6 +1,7 @@ """ Module for making movies """ + import shutil import subprocess from pathlib import Path diff --git a/gwemopt/utils/treasuremap.py b/gwemopt/utils/treasuremap.py index 677b4b18..4b2e0aea 100644 --- a/gwemopt/utils/treasuremap.py +++ b/gwemopt/utils/treasuremap.py @@ -1,6 +1,7 @@ """ Module for interacting with the Treasure Map API. """ + import re import urllib.parse