Skip to content

Commit

Permalink
Just a format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lwrubel committed Jul 3, 2024
1 parent e540f71 commit f2b9dc3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rialto_airflow/utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import csv
import datetime
from pathlib import Path

import pytest # not used
from pathlib import Path


def create_snapshot_dir(data_dir):
Expand All @@ -18,9 +16,6 @@ def create_snapshot_dir(data_dir):
return str(snapshot_dir)


return bogus


def rialto_authors_file(data_dir):
"""Get the path to the rialto-orgs authors.csv"""
authors_file = Path(data_dir) / "authors.csv"
Expand Down

0 comments on commit f2b9dc3

Please sign in to comment.