Skip to content

Commit

Permalink
#8 move imports to top of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangyixue1537 committed Mar 15, 2024
1 parent a4e4b7b commit d38f84f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rick.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from shapely.geometry import Point
import numpy as np
import pandas as pd
import importlib

class font:
"""
Expand Down Expand Up @@ -405,12 +406,6 @@ def tow_chart(data, ylab, **kwargs):
Dictionary of the text annotation properties
"""
import matplotlib.pyplot as plt
import matplotlib as mpl
import importlib
import matplotlib.ticker as ticker
import matplotlib.font_manager as font_manager
import seaborn as sns

func()
ymax = kwargs.get('ymax', None)
Expand Down

0 comments on commit d38f84f

Please sign in to comment.