Skip to content

Commit

Permalink
Removing unnecessary changes to utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Beatriz Saldana committed Nov 23, 2024
1 parent 74a52cc commit 3f0a9fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/agoradatatools/etl/utils.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
from typing import Union
import logging

import numpy as np
import pandas as pd
import synapseclient
import yaml

logger = logging.getLogger(__name__)


# TODO remove "_" - these utils functions are not only used internally
def _login_to_synapse(token: str = None) -> synapseclient.Synapse:
Expand Down

0 comments on commit 3f0a9fa

Please sign in to comment.