Manual edits to remove remaining code style errors

This commit is contained in:
Michael Osthege
2024-10-03 11:05:44 +02:00
committed by Andreas
parent 3045d53bd6
commit c3f10df277
12 changed files with 46 additions and 51 deletions

View File

@@ -6,7 +6,7 @@ import matplotlib.pyplot as plt
import numpy as np
from matplotlib.backends.backend_pdf import PdfPages
from modules.class_sommerzeit import * # Ensure this matches the actual import path
from modules.class_sommerzeit import ist_dst_wechsel
matplotlib.use("Agg")