Skip to content

Commit

Permalink
Fix check for importing types
Browse files Browse the repository at this point in the history
  • Loading branch information
CalCraven committed Oct 12, 2024
1 parent 77d2d15 commit 90d060b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gmso/utils/conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@

import re
from functools import lru_cache
from typing import TYPE_CHECKING

import numpy as np
import symengine
import sympy
import unyt as u
from unyt.dimensions import length, mass, time

if TYPE_CHECKING:
import gmso
import gmso

from gmso.exceptions import EngineIncompatibilityError, GMSOError
from gmso.lib.potential_templates import (
Expand Down

0 comments on commit 90d060b

Please sign in to comment.