Skip to content

Commit 842a99f

Browse files
authored
Merge pull request #605 from stan-dev/bugfix/lintfix
Bugfix/lintfix
2 parents 985892d + 97d5afb commit 842a99f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmdstanpy/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"""CmdStanPy Module"""
33

44
import atexit
5-
import logging
65
import shutil
76
import tempfile
87

@@ -16,9 +15,7 @@
1615

1716
def _cleanup_tmpdir() -> None:
1817
"""Force deletion of _TMPDIR."""
19-
# logging.getLogger('cmdstanpy').info('deleting tmpfiles dir: %s', _TMPDIR)
2018
shutil.rmtree(_TMPDIR, ignore_errors=True)
21-
# logging.getLogger('cmdstanpy').info('done')
2219

2320

2421
atexit.register(_cleanup_tmpdir)

0 commit comments

Comments
 (0)