Skip to content

Commit

Permalink
Remove unused graphviz import
Browse files Browse the repository at this point in the history
This commit removes the unnecessary import of the graphviz module from glycosylate.py. The module was not used anywhere in the file, thus its removal cleans up the code and can potentially reduce dependencies.
  • Loading branch information
Dialpuri committed Aug 7, 2024
1 parent 385054d commit abd87eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/src/sails/glycosylate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import gemmi
from pathlib import Path
import json
import graphviz
import importlib.resources


Expand Down

0 comments on commit abd87eb

Please sign in to comment.