Skip to content

Commit

Permalink
(core) removed explicit output UTF-8 encoding setting, as it caused s…
Browse files Browse the repository at this point in the history
…ome level of incompatibility with Jupyter
  • Loading branch information
amkrajewski committed Feb 17, 2024
1 parent dbcd2bf commit 0a5a90e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pysipfenn/core/pysipfenn.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Standard Library Imports
import os
import gc
import io
import sys
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
import csv
import json
from time import perf_counter
Expand Down

0 comments on commit 0a5a90e

Please sign in to comment.