Skip to content

Commit

Permalink
pep8 final
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathkp committed Apr 25, 2022
1 parent 6d27663 commit 7e5262e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qutip_qip/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ def draw(
mode = "wb"
image_data = self._raw_img(file_type, density_dpi)
with open(os.path.join(
file_path,
file_path,
file_name + '.' + file_type
), mode) as f:
f.write(image_data)
Expand Down

0 comments on commit 7e5262e

Please sign in to comment.