Skip to content

E1101: Module 'orjson' has no 'dumps' member (no-member) #9762

Open

Description

Bug description

# pylint: disable=missing-module-docstring
import orjson
_=orjson.dumps([2]


### Configuration

_No response_

### Command used

```shell
pylint main.py

Pylint output

************* Module main
main.py:3:2: E1101: Module 'orjson' has no 'dumps' member (no-member)

Expected behavior

No error

Pylint version

pylint 3.2.5
astroid 3.2.2
Python 3.12.3 (main, Apr 11 2024, 10:16:04) [GCC 13.2.0]

OS / Environment

ubuntu 24.04

Additional dependencies

orjson==3.10.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Needs triage 📥Just created, needs acknowledgment, triage, and proper labelling

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions