File: d98e27d8963331b58e4e6b84c7580dafde4d9e2980ad4277ce55e6b186113c1d.py

package info (click to toggle)
python-executing 2.2.0-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,860 kB
  • sloc: python: 10,235; sh: 48; makefile: 10
file content (19 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This sample was generated for the following code mutation detected by mutmut:
# 
# --- tests/deadcode.py
# +++ tests/deadcode.py
# @@ -175,7 +175,7 @@
#              for stmt in node.body:
#                  if isinstance(stmt, ast.ImportFrom):
#                      if stmt.module == "__future__" and any(
# -                        "annotations" == alias.name for alias in stmt.names
# +                        "annotations" != alias.name for alias in stmt.names
#                      ):
#                          self.future_annotations = True
#  
# 

from __future__ import annotations

async def get_message(self) -> Message:
    pass