Skip to content

Commit

Permalink
import from typing
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed May 15, 2023
1 parent 44b2c8f commit 1fd8a52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions iCCF/gaussian.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import warnings
from typing import List, Union, Optional

import numpy as np
from numpy import exp, log, sqrt, inf
from numpy import exp, log, sqrt
from scipy import optimize

from .utils import numerical_gradient
Expand Down

0 comments on commit 1fd8a52

Please sign in to comment.