Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
jgehrcke committed Sep 30, 2023
1 parent 09ab052 commit 3c0d3ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,6 @@ def symlog_or_lin(df, colname, threshold):


def read_stars_over_time_from_csv() -> pd.DataFrame:

df_stargazers_complete = pd.DataFrame({"time": [], "stars_cumulative": []})

if not ARGS.stargazer_ts_inpath and not ARGS.stargazer_ts_snapshot_inpath:
Expand Down

0 comments on commit 3c0d3ca

Please sign in to comment.