Skip to content

Commit

Permalink
More linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoughlin committed Mar 12, 2024
1 parent d817bfb commit db39bf2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions gwemopt/chipgaps/__init__.py
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions gwemopt/io/skymap.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Module to fetch event info and skymap from GraceDB, url, or locally
"""

import os
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions gwemopt/plotting/movie.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Module for making movies
"""

import shutil
import subprocess
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions gwemopt/utils/treasuremap.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Module for interacting with the Treasure Map API.
"""

import re
import urllib.parse

Expand Down

0 comments on commit db39bf2

Please sign in to comment.