Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineC committed Sep 21, 2023
1 parent ab73e7f commit 6c04c25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion time_to_answer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
from datetime import datetime, timedelta
from typing import List, Union

import numpy

from classes import IssueWithMetrics

import numpy

def get_average_time_to_answer(
issues_with_metrics: List[IssueWithMetrics],
Expand Down

0 comments on commit 6c04c25

Please sign in to comment.