Skip to content

Commit

Permalink
fix deprecation warning in basebuilder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhua0320 committed Jul 27, 2024
1 parent c2c4657 commit 00a5a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regolith/builders/basebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from itertools import groupby

from jinja2 import Environment, FileSystemLoader
from xonsh.lib import subprocess
from xonsh.api import subprocess

try:
from bibtexparser.bibdatabase import BibDatabase
Expand Down

0 comments on commit 00a5a69

Please sign in to comment.