Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

[FIX] make key an iterable (context.py) #719

Merged
merged 1 commit into from
Nov 13, 2022

Conversation

AlbertUnruh
Copy link
Contributor

What type of pull request is this?

  • Non-breaking code change
  • Breaking code change
  • Documentation change/addition
  • Tests change

Description

fix an error resulting from not having an iterable

the line of code expects an iterable

thing = cache(*keys)

Changes

  • make keys an iterable

Checklist

  • I've formatted my code with Black
  • I've ensured my code works on Python 3.10.x
  • I've tested my code

@AlbertUnruh AlbertUnruh changed the title key is an iterable now [FIX] make key an iterable (context.py) Nov 10, 2022
@LordOfPolls LordOfPolls merged commit d34271f into NAFTeam:dev Nov 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants