Skip to content

Commit

Permalink
Shorten imports after adding __init__.py to cellar folder
Browse files Browse the repository at this point in the history
  • Loading branch information
venvis authored May 1, 2024
1 parent d57f015 commit 8045e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import random
from cellar_extractor import *
from cellar_extractor.operative_extractions import Analyzer, Writing
from cellar import *


def cellar_csv_n():
get_cellar(save_file='n', file_format='csv', sd='2022-01-01', max_ecli=100)
Expand Down

0 comments on commit 8045e9c

Please sign in to comment.