Skip to content

Commit 95b27c1

Browse files
committed
Fix import formatting
1 parent f9ec319 commit 95b27c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd2/clipboard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This module provides basic ability to copy from and paste to the clipboard/pastebuffer.
44
"""
55
import typing
6+
67
import pyperclip # type: ignore[import]
78

89

0 commit comments

Comments
 (0)