Skip to content

Commit

Permalink
the things
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrichie5 committed Dec 19, 2023
1 parent 2821335 commit e3226c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@ query status($input: ID!) {
queries {
...UploadStatisticDetails
}
correlationRules {
...UploadStatisticDetails
}
signals {
...UploadStatisticDetails
}
}
}
}

fragment UploadStatisticDetails on UploadStatistics {
modified
new
total
modified
new
total
}
2 changes: 1 addition & 1 deletion panther_analysis_tool/backend/public_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
from gql.transport.exceptions import TransportQueryError
from graphql import DocumentNode, ExecutionResult

from ..constants import VERSION_STRING, ReplayStatus
from .client import (
BackendCheckResponse,
BackendError,
Expand Down Expand Up @@ -70,6 +69,7 @@
to_bulk_upload_response,
)
from .errors import is_retryable_error, is_retryable_error_str
from ..constants import VERSION_STRING, ReplayStatus


@dataclass(frozen=True)
Expand Down

0 comments on commit e3226c1

Please sign in to comment.