Skip to content

Commit

Permalink
remove state property from Nornir class (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandomando committed Apr 2, 2021
1 parent e4f6b8c commit 2e0c9f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nornir/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,3 @@ def validate(cls, v):
if not isinstance(v, cls):
raise ValueError(f"Nornir: Nornir expected not {type(v)}")
return v

@property
def state(self):
return GlobalState

0 comments on commit 2e0c9f4

Please sign in to comment.