Skip to content

Commit

Permalink
Run latest black
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed May 28, 2024
1 parent 4cb29cf commit 7c0dffb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions snipergw/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
This module contains the command line interface for snipergw.
"""

import argparse
import logging

Expand Down
1 change: 1 addition & 0 deletions snipergw/paths.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
This module contains the paths to the data directories.
"""

import os
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions snipergw/skymap.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
This module contains the Skymap class, which downloads and parses a skymap
"""

import logging

#!/usr/bin/env python
Expand Down
1 change: 1 addition & 0 deletions snipergw/submit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
This module contains functions to submit ToOs to various telescopes
"""

from snipergw.submit.winter import submit_too_winter
from snipergw.submit.ztf import submit_too_ztf

0 comments on commit 7c0dffb

Please sign in to comment.