Skip to content

Commit

Permalink
Class name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePabloGFnl committed Aug 26, 2024
1 parent f65fb10 commit 6a7b5ba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
import numpy as np
import matplotlib.pyplot as plt

class Plotting:
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt

class Plotting:
class Cities:
def __init__(self, grouped_df):
self.grouped_df = grouped_df

Expand Down

0 comments on commit 6a7b5ba

Please sign in to comment.