KOSASIH / pi-nexus-autonomous-banking-network

Consider decorating method with @staticmethod PYL-R0201
Performance
Major
1 occurrence in this check
Method doesn't use the class instance and could be converted into a static method
22        else:
23            return None
24
25    def get_chain_data(self, access_token):26        headers = {
27            "Content-Type": "application/json",
28            "Authorization": f"Bearer {access_token}",