Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bad_continuation_py36.py 270B

12345678
  1. # pylint: disable=missing-docstring, unused-argument
  2. async def upload_post(
  3. content: bytes,
  4. source: str,
  5. tags: dict) -> dict:
  6. # regression test for https://github.com/PyCQA/pylint/issues/1415
  7. raise NotImplementedError('Not implemented')