Art-em1s / csgoempire.py

No blank lines allowed after function docstring FLK-D202
Documentation
Minor
a year agoa year old
No blank lines allowed after function docstring
19    """
20
21    def __init__(self, api_key, api_base_url):
22        """23        Initializes a new instance of the Deposits class.
24
25        Parameters:
No blank lines allowed after function docstring
64            handle_error(status, response, "Deposits", "get_active_deposits")
65
66    def get_inventory(self, force_refresh=False):
67        """68        Retrieves the user's inventory.
69
70        Parameters:
No blank lines allowed after function docstring
37        self.can_refresh = False
38
39    def get_active_deposits(self):
40        """41        Retrieves a list of the user's active deposits.
42
43        Parameters: