Skip to content

Commit

Permalink
Merge pull request #58 from Yelp/jfong/fix_scribereader_paasta_1.0.2
Browse files Browse the repository at this point in the history
Fix scribereader imports to work with newer package
  • Loading branch information
jfongatyelp authored Jun 5, 2024
2 parents 372d50c + 6f1ae43 commit b5205d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
],
extras_require={
'yelp_internal': [
'yelp-clog>=2.12.1',
'yelp-clog>=7.1.1',
'scribereader>=1.1.1',
'slo-transcoder>=3.2.3',
],
},
Expand Down
4 changes: 2 additions & 2 deletions sticht/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

try:
from scribereader import scribereader
from clog.readers import construct_conn_msg
from clog.readers import find_tail_host
from scribereader.clog.readers import construct_conn_msg
from scribereader.clog.readers import find_tail_host
except ImportError:
scribereader = None
construct_conn_msg = None
Expand Down

0 comments on commit b5205d3

Please sign in to comment.