Skip to content

Commit 62c76a7

Browse files
tomsquestManuelSchneid3r
authored andcommitted
[emoji:v1.2] Set correct import for iid 1.0
1 parent c5f7075 commit 62c76a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

emoji/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
from concurrent.futures import ThreadPoolExecutor
1111
from itertools import islice
1212
from pathlib import Path
13-
14-
from albert import Action, Item, QueryHandler, cacheLocation, setClipboardText
13+
from albert import *
1514

1615
md_iid = '1.0'
17-
md_version = "1.1"
16+
md_version = "1.2"
1817
md_name = "Emoji Picker"
1918
md_description = "Find emojis by name"
2019
md_license = "GPL-3.0"

0 commit comments

Comments
 (0)