Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Sep 6, 2023
1 parent 9dd5317 commit 293b9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euphonic/qpoint_phonon_modes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import math
from typing import Dict, Literal, Optional, Union, TypeVar, Any, Type
from typing import Dict, Optional, Union, TypeVar, Any, Type
from collections.abc import Mapping

import numpy as np
Expand Down

0 comments on commit 293b9bb

Please sign in to comment.