Skip to content

Commit

Permalink
Refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed Feb 21, 2024
1 parent 9bb5193 commit 798e27f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gazelle/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@

from abc import ABC
from math import pi
from typing import Generic, TypeVar, Type, Union
from typing import (
Generic,
TypeVar,
Type,
Union
)


M = TypeVar("M", bound="Mass")
Expand Down

0 comments on commit 798e27f

Please sign in to comment.