Skip to content

Commit

Permalink
fixed a typo in lttree.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jewettaij committed Jan 12, 2022
1 parent 68ce204 commit 50916ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moltemplate/lttree.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
WriteVarBindingsFile, StaticObj, InstanceObj, \
BasicUI, ScopeBegin, ScopeEnd, WriteFileCommand, Render
from .ttree_lex import InputError, TextBlock, DeleteLinesWithBadVars, \
TemplateLexer, TableFromTemplate, VarRef, TextBlock, ErrorLeader,
TemplateLexer, TableFromTemplate, VarRef, TextBlock, ErrorLeader, \
SplitQuotedString
from .lttree_styles import AtomStyle2ColNames, ColNames2AidAtypeMolid, \
ColNames2Coords, ColNames2Vects, \
Expand Down

0 comments on commit 50916ba

Please sign in to comment.