Skip to content

Commit

Permalink
remove a line
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed May 30, 2024
1 parent 834773f commit ff84ff2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions breathecode/provisioning/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ def upload(self, lang, file):
if format_error and len(df.keys().intersection(fields)) == len(fields):
format_error = False

csv_last_line = cut_csv(file, last=1)

try:
first = datetime.fromisoformat(df['consumption_period_start'].min())
last = datetime.fromisoformat(df['consumption_period_end'].max())
Expand Down

0 comments on commit ff84ff2

Please sign in to comment.