calming python linter
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
import numpy as np
|
||||
|
||||
#importing pressure conversion function
|
||||
import sys
|
||||
import os
|
||||
current = os.path.dirname(os.path.realpath(__file__))
|
||||
parent = os.path.dirname(current)
|
||||
sys.path.append(parent)
|
||||
from functions.pressure_conversion import pressure_conversion
|
||||
|
||||
|
||||
class Druckrohrleitung_class:
|
||||
# units
|
||||
# make sure that units and display units are the same
|
||||
|
||||
Reference in New Issue
Block a user