Skip to content

Commit 7930174

Browse files
committed
fix: Styling
1 parent 866a27e commit 7930174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atomicwrites/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ def _open(self, get_fileobject):
165165
except Exception:
166166
pass
167167

168-
def get_fileobject(self, suffix="", prefix=tempfile.gettempprefix(), dir=None,
169-
**kwargs):
168+
def get_fileobject(self, suffix="", prefix=tempfile.gettempprefix(),
169+
dir=None, **kwargs):
170170
'''Return the temporary file to use.'''
171171
if dir is None:
172172
dir = os.path.normpath(os.path.dirname(self._path))

0 commit comments

Comments
 (0)