mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-12 01:58:18 +00:00
fixing GraphQueryError (#251)
This commit is contained in:
@ -34,10 +34,6 @@ class GraphQueryError(Exception):
|
||||
super(GraphQueryError, self).__init__(message)
|
||||
self.status_code = status_code
|
||||
|
||||
@property
|
||||
def status_code():
|
||||
return self.status_code
|
||||
|
||||
|
||||
def query_microsoft_graph(
|
||||
method: str,
|
||||
|
Reference in New Issue
Block a user