jayvdb / sre-tools

Unassigned string statement PYL-W0105
Anti-pattern
Minor
2 years ago2 years old
String statement has no effect
 1#!/usr/bin/env python
 2"""SRE regex tools."""
 3
 4""" 5Copyright 2020 John Vandenberg
 6
 7Licensed under the Apache License, Version 2.0 (the "License");