Skip to content

Commit

Permalink
remove object use (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed May 29, 2020
1 parent 704ea41 commit ed1fec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/tephi/source/tephi/tephi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Tephi reference documentation
tephi/isopleths
tephi/tests.rst
tephi/transforms
tephi/utils.rst



Expand Down
4 changes: 2 additions & 2 deletions tephi/isopleths.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def wet_adiabat(
return line


class Barbs(object):
class Barbs:
"""Generate a wind arrow barb."""

def __init__(self, axes):
Expand Down Expand Up @@ -393,7 +393,7 @@ def plot(self, barbs, **kwargs):
self.refresh()


class Profile(object):
class Profile:
"""Generate an environmental lapse rate profile."""

def __init__(self, data, axes):
Expand Down

0 comments on commit ed1fec3

Please sign in to comment.