Skip to content

Commit

Permalink
reorganize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cschlick committed Oct 7, 2024
1 parent 287aacb commit 25c58ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmtbx/geometry_restraints/geo_file_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import shlex
import re
import json
from libtbx import group_args
from libtbx.utils import Sorry
from cctbx import geometry_restraints
from cctbx.geometry_restraints.linking_class import linking_class
origin_ids = linking_class()

from libtbx import group_args

class Entry:
"""
Expand Down

0 comments on commit 25c58ac

Please sign in to comment.