Skip to content

Commit

Permalink
Update info for new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 25, 2023
1 parent d8df26e commit 6267811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,5 +1,5 @@
# Docstring followed by whitespace with no newline
# Regression test for https://github.com/astral-sh/ruff/issues/7155
# Import followed by whitespace with no newline
# Same as B006_2.py, but import instead of docstring

def foobar(foor, bar={}):
import os
@@ -1,5 +1,5 @@
# Docstring with no newline

# Import with no newline
# Same as B006_3.py, but import instead of docstring

def foobar(foor, bar={}):
import os

0 comments on commit 6267811

Please sign in to comment.