mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-07 22:30:38 +08:00
Code adjustment to support calling is library
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
import boto3
|
||||
import botocore
|
||||
|
||||
try: # Allow this module to be imported without requiring boto3
|
||||
import boto3
|
||||
import botocore
|
||||
except ModuleNotFoundError:
|
||||
boto3 = None
|
||||
botocore = None
|
||||
|
||||
class CodeCommitDifferencesResponse:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user