Skip to content

Commit

Permalink
Update OGP_v11.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bsomps authored Jan 25, 2025
1 parent ab41870 commit 0c5e7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OGP_v11.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import math
import csv

import OpenGeoUI6
import OpenGeoUI2
import pandas as pd
from matplotlib.ticker import FuncFormatter
import pickle
Expand All @@ -43,7 +43,7 @@
from ColumnSelectionDialog import Ui_ColumnSelectionDialog
import os
from functools import partial
from OpenGeoUI6 import Ui_MainWindow
from OpenGeoUI2 import Ui_MainWindow
import sys
import numpy as np
import seaborn as sns
Expand Down

0 comments on commit 0c5e7a2

Please sign in to comment.