Skip to content

Commit

Permalink
Change imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bfhealy committed Dec 12, 2023
1 parent 079285f commit 39235b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scope/scope_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
import tdtax
from typing import Optional, Sequence, Union
import yaml
from scope.utils import (
from utils import (
forgiving_true,
load_config,
read_hdf,
read_parquet,
write_parquet,
)
from scope.fritz import radec_to_iau_name
from fritz import radec_to_iau_name
import json
import shutil
import argparse
Expand Down

0 comments on commit 39235b7

Please sign in to comment.