Skip to content

Commit

Permalink
Fix linting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed Nov 13, 2023
1 parent 5906db4 commit a0656c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/ts/imsim/opdMetrology.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

__all__ = ["OpdMetrology"]

import os

import numpy as np
import yaml
from astropy.io import fits
Expand Down
1 change: 1 addition & 0 deletions python/lsst/ts/imsim/skySim.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

class SkySim:
"""Initialization of sky simulator class."""

def __init__(self) -> None:
# Star ID
self.star_id = np.array([], dtype=int)
Expand Down

0 comments on commit a0656c6

Please sign in to comment.