Skip to content

Commit

Permalink
Fixed import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlles Abreu committed Dec 7, 2023
1 parent e591e85 commit e719ed8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cvpack/atomic_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from __future__ import annotations

import sys
from typing import Sequence, Union

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion cvpack/helix_rmsd_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"""

import sys
from importlib import resources
from typing import List, Sequence

Expand Down

0 comments on commit e719ed8

Please sign in to comment.