Skip to content

Commit

Permalink
removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fourtyplustwo committed Oct 17, 2023
1 parent 1801cf1 commit 0a0a63d
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 0a0a63d

Please sign in to comment.