Skip to content

Commit a283bc4

Browse files
authored
Add documentation examples for consider-using-from-import. (#6697)
1 parent d8dbac0 commit a283bc4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import os.path as path # [consider-using-from-import]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from os import path

0 commit comments

Comments
 (0)