Skip to content

Commit

Permalink
added support for am
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Aug 23, 2024
1 parent 16d3909 commit b18e81c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 399 deletions.
2 changes: 1 addition & 1 deletion fabrictestbed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.7.2"
__version__ = "1.7.3b0"
__VERSION__ = __version__
3 changes: 1 addition & 2 deletions fabrictestbed/external_api/core_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
import datetime
import json
import logging
from typing import Tuple, List
from typing import List

import requests
from fabrictestbed.util.constants import Constants


class CoreApiError(Exception):
Expand Down
Loading

0 comments on commit b18e81c

Please sign in to comment.