Skip to content

Commit 2edbf24

Browse files
committed
Apply black
1 parent 242ba7f commit 2edbf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/environ/tests/test_environ.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_tpl_import_time(self):
140140
'cPickle',
141141
'csv',
142142
'ctypes', # mandatory import in core/base/external.py; TODO: fix this
143-
'datetime', # imported by contrib.solver
143+
'datetime', # imported by contrib.solver
144144
'decimal',
145145
'gc', # Imported on MacOS, Windows; Linux in 3.10
146146
'glob',

0 commit comments

Comments
 (0)