Skip to content

Commit

Permalink
Rename types.py to scuba_constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adhilto committed Aug 29, 2024
1 parent 9d36ffe commit 067ff0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scubagoggles/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from tqdm import tqdm

from scubagoggles.utils import create_subset_inverted_dict, create_key_to_list, merge_dicts
from scubagoggles.types import ApiReference
from scubagoggles.scuba_constants import ApiReference
from scubagoggles.robust_dns import RobustDNSClient

EVENTS = {
Expand Down
2 changes: 1 addition & 1 deletion scubagoggles/reporter/reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from datetime import datetime
import pandas as pd
from scubagoggles.utils import rel_abs_path
from scubagoggles.types import API_LINKS
from scubagoggles.scuba_constants import API_LINKS


class Reporter:
Expand Down
File renamed without changes.

0 comments on commit 067ff0a

Please sign in to comment.