Skip to content
Snippets Groups Projects
Commit 6773daff authored by Kien Le's avatar Kien Le
Browse files

flake8

parent 6e2e7bf0
No related branches found
No related tags found
1 merge request!96Show time label on top of ruler
Pipeline #2497 passed with stage
in 3 minutes and 7 seconds
"""
Class of which object is used to plot data
"""
from typing import List
from PySide2.QtCore import QTimer
from typing import Optional
from typing import List, Optional
import matplotlib.text
import numpy as np
from PySide2.QtCore import QTimer, Qt
from matplotlib import pyplot as pl
from PySide2 import QtCore, QtWidgets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment