Skip to content

Commit

Permalink
PEP8 update
Browse files Browse the repository at this point in the history
  • Loading branch information
shanosborne committed Oct 22, 2018
1 parent 8a6cd5b commit 0c79dd3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webbpsf/distortion.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import copy

import astropy.convolution
import astropy.io.fits as fits
import copy
import numpy as np
import poppy
import pysiaf
from scipy.interpolate import griddata
from scipy.ndimage.interpolation import rotate

import poppy


def _get_default_siaf(instrument, aper_name):
""" Store the default SIAF values for distortion and rotation """
Expand Down

0 comments on commit 0c79dd3

Please sign in to comment.