Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleySappington committed Dec 11, 2023
1 parent a33e19d commit b99e0d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webbpsf/gridded_library.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from collections import OrderedDict
import itertools
import os
from collections import OrderedDict

import astropy.convolution
import numpy as np
from astropy.io import fits
from astropy.nddata import NDData
import numpy as np
import poppy

import poppy
import webbpsf.detectors


Expand Down Expand Up @@ -445,7 +445,7 @@ def to_model(data, meta):
ndd.meta = {key.lower(): ndd.meta[key] for key in ndd.meta}

model = GriddedPSFModel(ndd)

return model

def writeto(self, data, meta, detector):
Expand Down

0 comments on commit b99e0d0

Please sign in to comment.