Skip to content

Commit

Permalink
feat: removing unused variable (#815)
Browse files Browse the repository at this point in the history
### Feature or Bugfix
- Feature

### Detail
- Removing unused variable in local graphql server pointing to a fixed
AWS region

### Relates
N/A

### Security
N/A


By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Co-authored-by: Zilvinas Saltys <zilvinas.saltys@yahooinc.com>
  • Loading branch information
fourtyplustwo and fourtyplustwo authored Oct 18, 2023
1 parent f448613 commit 66b9a08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/local_graphql_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
logger.propagate = False
logger.setLevel(logging.INFO)

sts = boto3.client('sts', region_name='eu-west-1')
Worker.queue = Worker.process
ENVNAME = os.getenv('envname', 'local')
logger.warning(f'Connecting to database `{ENVNAME}`')
Expand Down

0 comments on commit 66b9a08

Please sign in to comment.